Back to Devexpress

DxPager Members

blazor-devexpress-dot-blazor-dot-dxpager-dot-underscore-members.md

latest4.1 KB
Original Source

DxPager Members

A data navigation component that indicates the current position within the bound data source and allows quick access to a different data page.

Constructors

NameDescription
DxPager()Initializes a new DxPager class instance.

Properties

NameDescription
ActivePageIndexSpecifies a selected page’s zero-based index.
AttributesSpecifies a collection of standard HTML attributes applied to the Pager.
AutoHideNavButtonsSpecifies whether or not navigation buttons are hidden when all numeric buttons are displayed.
CssClassAssigns a CSS class to the DxPager component.
IdSpecifies the pager’s unique identifier.
NavigationModeSpecifies how users navigate between the Pager‘s pages.
PageCountSpecifies the total number of pages in the pager.
SizeModeSpecifies a pager size.
SwitchToInputBoxButtonCountSpecifies the number of pages when the Pager switches from numeric buttons to the Go to Page input box in Auto mode.
VisibleNumericButtonCountSpecifies the maximum number of numeric buttons the Pager displays simultaneously in NumericButtons mode.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ActivePageIndexChangedOccurs when a pager’s active page is changed.

See Also

DxPager Class

DevExpress.Blazor Namespace