Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataGridPagerBuilder Members

In This Article
Provides methods that allow you to configure nested options of the client-side pager object.

#Constructors

Name Description
DataGridPagerBuilder(OptionsOwnerContext) For internal use only. Initializes a new DataGridPagerBuilder class instance.

#Methods
Show Inherited Hide Inherited

Name Description
AllowedPageSizes(JS) Specifies the available page sizes in the page size selector. Mirrors the client-side allowedPageSizes option.
AllowedPageSizes(IEnumerable<Int32>) Specifies the available page sizes in the page size selector. Mirrors the client-side allowedPageSizes option.
DisplayMode(GridPagerDisplayMode) Specifies the pager's display mode. Mirrors the client-side displayMode option.
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.
InfoText(JS) Specifies the page information text. Mirrors the client-side infoText option.
InfoText(String) Specifies the page information text. Mirrors the client-side infoText option.
Label(JS) Specifies an aria-label attribute for the pager. Mirrors the client-side label option.
Label(String) Specifies an aria-label attribute for the pager. Mirrors the client-side label option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowInfo(JS) Specifies whether to show the page information. Mirrors the client-side showInfo option.
ShowInfo(Boolean) Specifies whether to show the page information. Mirrors the client-side showInfo option.
ShowNavigationButtons(JS) Specifies whether to show navigation buttons. Mirrors the client-side showNavigationButtons option.
ShowNavigationButtons(Boolean) Specifies whether to show navigation buttons. Mirrors the client-side showNavigationButtons option.
ShowPageSizeSelector(JS) Specifies whether to show the page size selector. Mirrors the client-side showPageSizeSelector option.
ShowPageSizeSelector(Boolean) Specifies whether to show the page size selector. Mirrors the client-side showPageSizeSelector option.
ToString() Returns a string that represents the current object. Inherited from Object.
Visible(JS) Specifies whether the pager is visible. Mirrors the client-side visible option.
Visible(Mode) Specifies whether the pager is visible. Mirrors the client-side visible option.
Visible(Boolean) Specifies whether the pager is visible. Mirrors the client-side visible option.
See Also