MainWeb.PageSize

MainWeb.PageSize property

Gets or sets the page size in paging mode.

public int PageSize { get; set; }

Remarks

When in paging mode, the control will display PageSize rows of data once, and display the page select control in the tab bar.

See Also