Member Table: Paging and Scrolling
Server
| Member | Description |
|---|---|
| ASPxCardView.SettingsPager | Provides access to the Pager settings. |
| ASPxGridBase.PageIndex | Specifies the active page’s index. |
| ASPxGridBase.PageIndexChanged | Fires after the selected page has been changed. |
| ASPxGridBase.PageCount | Gets the number of pages displayed within ASPxCardView. |
| ASPxGridSettings.VerticalScrollBarMode | Gets or sets a value that specifies the vertical scrollbar’s display mode. |
| ASPxGridSettings.VerticalScrollableHeight | Specifies the scrollable area’s height. |
Client
| Member | Description |
|---|---|
| ASPxClientCardView.GotoPage | Navigates an end user to the specified page. |
| ASPxClientCardView.NextPage | Navigates an end user to the next page. |
| ASPxClientCardView.PrevPage | Navigates an end user to the previous page. |