Back to Devexpress

Member Table: Paging and Scrolling

aspnet-3745-components-grid-view-member-tables-member-table-paging-and-scrolling.md

latest1.5 KB
Original Source

Member Table: Paging and Scrolling

  • Nov 18, 2021

Server

MemberDescription
ASPxGridView.SettingsPagerProvides access to the Pager’s settings.
ASPxGridBase.PageIndexSpecifies the active page’s index.
ASPxGridBase.PageIndexChangedFires after the selected page has been changed.
ASPxGridBase.PageCountGets the number of pages displayed within the ASPxGridView.
ASPxGridViewPagerSettings.PageSizeSpecifies the maximum number of rows that can be displayed on a page.
ASPxGridSettings.VerticalScrollBarModeGets or sets a value specifying the vertical scrollbar’s display mode.
ASPxGridSettings.VerticalScrollableHeightSpecifies the scrollable area’s height.

Client

MemberDescription
ASPxClientGridView.GotoPageNavigates a user to the specified page.
ASPxClientGridView.NextPageNavigates a user to the next page.
ASPxClientGridView.PrevPageNavigates a user to the previous page.