[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientViewSource.PageSize

PageSize Property

PageSize

Gets or sets the number of items displayed on each page of the DataView, or the number of items to fetch in each query in virtual mode, or 0 to disable paging.

Declaration
public int PageSize { get; set; }
Remarks

If not in the virtual mode, a non-zero page size will cause the number of entities loaded with each Load() operation to be limited, using server-side paging.