MainWeb.EnablePaging

MainWeb.EnablePaging property

Gets or sets whether to enable the control’s paging mode.

public bool EnablePaging { get; set; }

Remarks

When sets to true, the control will display PageSize rows of data once, and display the page select control in the tab bar.

See Also