Skip to main content

BootstrapGridViewPagerSettings Properties

Contains pager settings.
Name Description
AllButton Gets the All button’s settings.
AlwaysShowPager Gets or sets whether the pager is displayed in the control when there is only one page. Inherited from ASPxGridPagerSettings.
CurrentPageNumberFormat Gets or sets the pattern used to format the text of the numeric button that corresponds to the selected page.
EllipsisMode Gets or sets how an Ellipsis symbol(s) is drawn to indicate page numbers that are omitted. Inherited from PagerSettingsEx.
EnableAdaptivity Specifies whether an adaptive behavior is enabled for the pager. Inherited from PagerSettingsEx.
FirstPageButton Gets the First button’s settings.
LastPageButton Gets the Last button’s settings.
Mode Specifies whether the Grid View control splits its content across multiple pages. Inherited from ASPxGridViewPagerSettings.
NextPageButton Gets the Next button’s settings.
NumericButtonCount Gets or sets the maximum number of numeric buttons that can be displayed within a paginated control. Inherited from PagerSettingsEx.
PageNumberFormat Gets or sets the pattern used to format the text of numeric buttons. Inherited from PagerSettingsEx.
PageSize Gets or sets the maximum number of rows that can be displayed on a page. Inherited from ASPxGridViewPagerSettings.
PageSizeItemSettings Gets the Page Size Item element’s settings.
Position Specifies the pager’s position in a grid control. Inherited from ASPxGridPagerSettings.
PrevPageButton Gets the Previous button’s settings.
RenderMode Obsolete. Gets or sets a value that specifies the render mode of the pager elements. Inherited from PagerSettingsEx.
SEOFriendly Gets or sets whether Search-Engine Optimization (SEO) mode is enabled for the control pager. Inherited from ASPxGridPagerSettings.
ShowDisabledButtons Gets or sets whether navigation buttons that are temporarily disabled are shown. Inherited from PagerSettingsEx.
ShowEmptyDataRows Gets or sets whether to show empty data rows if the number of data rows displayed within the last page fits entirely on the page. Inherited from ASPxGridViewPagerSettings.
ShowNumericButtons Gets or sets whether numeric buttons are visible. Inherited from PagerSettingsEx.
Summary Gets the control’s Summary settings. Inherited from PagerSettingsEx.
Visible Gets or sets whether the pager is visible. Inherited from PagerSettingsEx.
See Also