Skip to main content
All docs
V25.1
  • PaginationBuilder Members

    Constructors

    Name Description
    PaginationBuilder(OptionsOwnerContext) Initializes a new instance of the PaginationBuilder class with specified settings.

    Methods

    Name Description
    AccessKey(JS)
    AccessKey(String)
    ActiveStateEnabled(JS)
    ActiveStateEnabled(Boolean)
    AllowedPageSizes(JS)
    AllowedPageSizes(IEnumerable<Int32>)
    Disabled(JS)
    Disabled(Boolean)
    DisplayMode(GridPagerDisplayMode)
    ElementAttr(JS)
    ElementAttr(Dictionary<String, Object>)
    ElementAttr(Object)
    ElementAttr(String, Object)
    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.
    FocusStateEnabled(JS)
    FocusStateEnabled(Boolean)
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    Height(JS)
    Height(Double)
    Height(String)
    Hint(JS)
    Hint(String)
    HoverStateEnabled(JS)
    HoverStateEnabled(Boolean)
    ID(JS)
    ID(String)
    InfoText(JS)
    InfoText(String)
    ItemCount(JS)
    ItemCount(Int32)
    Label(JS)
    Label(String)
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    OnContentReady(RazorBlock)
    OnContentReady(String)
    OnDisposing(RazorBlock)
    OnDisposing(String)
    OnInitialized(RazorBlock)
    OnInitialized(String)
    OnOptionChanged(RazorBlock)
    OnOptionChanged(String)
    Option(String, Object)
    PageIndex(JS)
    PageIndex(Int32)
    PageSize(JS)
    PageSize(Int32)
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Render() Inherited from WidgetBuilder.
    RtlEnabled(JS)
    RtlEnabled(Boolean)
    ShowInfo(JS)
    ShowInfo(Boolean)
    ShowNavigationButtons(JS)
    ShowNavigationButtons(Boolean)
    ShowPageSizeSelector(JS)
    ShowPageSizeSelector(Boolean)
    TabIndex(JS)
    TabIndex(Int32)
    ToString() Inherited from WidgetBuilder.
    ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
    Visible(JS)
    Visible(Boolean)
    Width(JS)
    Width(Double)
    Width(String)
    See Also