Skip to main content
A newer version of this page is available. .
Tab

PagerSettingsEx.NumericButtonCount Property

Gets or sets the maximum number of numeric buttons that can be displayed within a paginated control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(10)]
public virtual int NumericButtonCount { get; set; }

Property Value

Type Default Description
Int32 10

An integer value that specifies the maximum number of numeric buttons.

Property Paths

You can access this nested property as listed below:

Show 30 property paths
Library Object Type Path to NumericButtonCount
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsPager.NumericButtonCount
ASPxDataView
.PagerSettings.NumericButtonCount
ASPxGridView
.SettingsPager.NumericButtonCount
ASPxImageGallery
.PagerSettings.NumericButtonCount
ASPxNewsControl
.PagerSettings.NumericButtonCount
ASPxPivotGrid
.OptionsPager.NumericButtonCount
ASPxTreeList
.SettingsPager.NumericButtonCount
ASPxVerticalGrid
.SettingsPager.NumericButtonCount
GridViewProperties
.SettingsPager.NumericButtonCount
CardViewSettings
.SettingsPager.NumericButtonCount
CardViewSettings<CardType>
.SettingsPager.NumericButtonCount
DataViewSettings
.PagerSettings.NumericButtonCount
GridViewSettings
.SettingsPager.NumericButtonCount
GridViewSettings<RowType>
.SettingsPager.NumericButtonCount
ImageGallerySettings
.PagerSettings.NumericButtonCount
MVCxCardView
.SettingsPager.NumericButtonCount
MVCxDataView
.PagerSettings.NumericButtonCount
MVCxGridView
.SettingsPager.NumericButtonCount
MVCxGridViewProperties
.SettingsPager.NumericButtonCount
MVCxImageGallery
.PagerSettings.NumericButtonCount
MVCxPivotGrid
.OptionsPager.NumericButtonCount
MVCxTreeList
.SettingsPager.NumericButtonCount
MVCxVerticalGrid
.SettingsPager.NumericButtonCount
PivotGridSettings
.OptionsPager.NumericButtonCount
TreeListSettings
.SettingsPager.NumericButtonCount
TreeListSettings<RowType>
.SettingsPager.NumericButtonCount
VerticalGridSettings
.SettingsPager.NumericButtonCount
VerticalGridSettings<ColumnType>
.SettingsPager.NumericButtonCount
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsPager.NumericButtonCount
BootstrapGridView
.SettingsPager.NumericButtonCount

Remarks

If the actual number of pages is greater than the NumericButtonCount property’s value, an Ellipsis symbol is shown to indicate page numbers that are omitted. Use the PagerSettingsEx.EllipsisMode property to specify how an Ellipsis symbol is drawn.

See Also