DxPager Properties
A data navigation component that indicates the current position within the bound data source and allows quick access to a different data page.Name | Description |
---|---|
ActivePageIndex | Specifies a selected page’s zero-based index. |
AutoHideNavButtons | Specifies whether or not navigation buttons are hidden when all numeric buttons are displayed. |
CssClass | Assign a CSS class to the component. Inherited from DxComponentBase. |
Id | Specifies the component’s unique identifier. Inherited from DxComponentBase. |
NavigationMode | Specifies how users navigate between the Pager‘s pages. |
PageCount | Specifies the total number of pages in the pager. |
SizeMode | Specifies a pager size. |
SwitchToInputBoxButtonCount |
Specifies the number of pages when the Pager switches from numeric buttons to the Go to Page input box in Auto mode.
|
VisibleNumericButtonCount |
Specifies the maximum number of numeric buttons the Pager displays simultaneously in NumericButtons mode.
|
See Also