GridViewPagerState Properties
Contains information about the GridView’s paging-related state.Name | Description |
---|---|
PageIndex | Gets or sets the index of the currently selected page in the grid. |
PageSize | Gets or sets the number of rows that can be displayed on a grid page. |
UseVirtualSmoothVerticalScrolling | Gets or sets whether smooth vertical scrolling is enabled in the virtual paging mode. |
See Also