blazor-devexpress-dot-blazor-dot-dxpager-dot-underscore-members.md
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 |
|---|---|
| DxPager() | Initializes a new DxPager class instance. |
| Name | Description |
|---|---|
| ActivePageIndex | Specifies a selected page’s zero-based index. |
| Attributes | Specifies a collection of standard HTML attributes applied to the Pager. |
| AutoHideNavButtons | Specifies whether or not navigation buttons are hidden when all numeric buttons are displayed. |
| CssClass | Assigns a CSS class to the DxPager component. |
| Id | Specifies the pager’s unique identifier. |
| 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. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Name | Description |
|---|---|
| ActivePageIndexChanged | Occurs when a pager’s active page is changed. |
See Also