Skip to main content

TreeListPagerBuilder Methods

Provides methods that allow you to configure nested options of the client-side pager object.
Name Description
AllowedPageSizes(JS) Mirrors the client-side allowedPageSizes option.
AllowedPageSizes(IEnumerable<Int32>) Mirrors the client-side allowedPageSizes option.
DisplayMode(GridPagerDisplayMode) 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) Mirrors the client-side infoText option.
InfoText(String) Mirrors the client-side infoText option.
Label(JS) Mirrors the client-side label option.
Label(String) 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) Mirrors the client-side showInfo option.
ShowInfo(Boolean) Mirrors the client-side showInfo option.
ShowNavigationButtons(JS) Mirrors the client-side showNavigationButtons option.
ShowNavigationButtons(Boolean) Mirrors the client-side showNavigationButtons option.
ShowPageSizeSelector(JS) Mirrors the client-side showPageSizeSelector option.
ShowPageSizeSelector(Boolean) Mirrors the client-side showPageSizeSelector option.
ToString() Returns a string that represents the current object. Inherited from Object.
Visible(JS) Mirrors the client-side visible option.
Visible(Mode) Mirrors the client-side visible option.
Visible(Boolean) Mirrors the client-side visible option.
See Also