Back to Devexpress

Member Table: Paging and Scrolling

aspnet-114374-components-card-view-member-tables-member-table-paging-and-scrolling.md

latest1.3 KB
Original Source

Member Table: Paging and Scrolling

  • Dec 17, 2020

Server

MemberDescription
ASPxCardView.SettingsPagerProvides access to the Pager 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 ASPxCardView.
ASPxGridSettings.VerticalScrollBarModeGets or sets a value that specifies the vertical scrollbar’s display mode.
ASPxGridSettings.VerticalScrollableHeightSpecifies the scrollable area’s height.

Client

MemberDescription
ASPxClientCardView.GotoPageNavigates an end user to the specified page.
ASPxClientCardView.NextPageNavigates an end user to the next page.
ASPxClientCardView.PrevPageNavigates an end user to the previous page.