DataGridPagerBuilder Methods
Provides methods that allow you to configure nested options of the client-side pager object.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. |
Visible(String) | Obsolete. Specifies whether the pager is visible. Mirrors the client-side visible option. |
See Also