Skip to main content
All docs
V25.2
  • PagerBaseBuilder Methods

    Supplies methods to configure a Pagination control.
    Name Description
    DisplayMode(GridPagerDisplayMode) Specifies the UI component'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 page size selector visibility. Mirrors the client-side showPageSizeSelector option.
    ShowPageSizeSelector(Mode) Specifies page size selector visibility. Mirrors the client-side showPageSizeSelector option.
    ShowPageSizeSelector(Boolean) Specifies page size selector visibility. Mirrors the client-side showPageSizeSelector option.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also