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

PagerSettingsEx.ShowDisabledButtons Property

Gets or sets whether navigation buttons that are temporarily disabled are shown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to show navigation buttons that are temporarily disabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

Navigation buttons that cannot be used at the moment are automatically disabled. For instance, if the first page is selected, the First and Previous buttons are temporarily disabled, since clicking them will have no effect. The ShowDisabledButtons property controls the visibility of these buttons.

See Also