BootstrapGridViewPagerSettingsBuilder Methods
Contains pager settings.Name | Description |
---|---|
AllButton(Action<BootstrapAllButtonPropertiesBuilder>) | The All button’s settings. |
AlwaysShowPager(Boolean) | Sets whether the pager is displayed in the control when there is only one page. |
CurrentPageNumberFormat(String) | Sets the pattern used to format the text of the numeric button that corresponds to the selected page. |
EllipsisMode(PagerEllipsisMode) | Sets how an Ellipsis symbol(s) is drawn to indicate page numbers that are omitted. |
EnableAdaptivity(Boolean) | Specifies whether an adaptive behavior is enabled for the pager. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
FirstPageButton(Action<BootstrapFirstButtonPropertiesBuilder>) | The First button’s settings. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
LastPageButton(Action<BootstrapLastButtonPropertiesBuilder>) | The Last button’s settings. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
Mode(GridViewPagerMode) | Sets whether page-mode navigation is enabled. |
NextPageButton(Action<BootstrapNextButtonPropertiesBuilder>) | The Next button’s settings. |
NumericButtonCount(Int32) | Sets the maximum number of numeric buttons that can be displayed within a paginated control. |
PageNumberFormat(String) | Sets the pattern used to format the text of numeric buttons. |
PageSize(Int32) | Sets the maximum number of rows that can be displayed on a page. |
PageSizeItemSettings(Action<BootstrapPageSizeItemSettingsBuilder>) | The Page Size Item element’s settings. |
Position(PagerPosition) | Specifies the pager’s position in a grid control. |
PrevPageButton(Action<BootstrapPrevButtonPropertiesBuilder>) | The Previous button’s settings. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ShowDisabledButtons(Boolean) | Sets whether navigation buttons that are temporarily disabled are shown. |
ShowEmptyDataRows(Boolean) | Sets whether to show empty data rows if the number of data rows displayed within the last page fits entirely on the page. |
ShowNumericButtons(Boolean) | Sets whether numeric buttons are visible. |
Summary(Action<SummaryPropertiesBuilder>) | The control’s Summary settings. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Visible(Boolean) | Sets whether the pager is visible. |
See Also