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

PagerSettingsEx.ShowNumericButtons Property

Gets or sets whether numeric buttons are visible.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(true)]
public virtual bool ShowNumericButtons { get; set; }

Property Value

Type Default Description
Boolean **true**

true to show numeric buttons; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

Clicking a numeric button navigates a user to the corresponding page. If the ShowNumericButtons property is set to false, the user can navigate between pages via the navigation buttons.

See Also