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

ASPxPagerBase.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 bool ShowDisabledButtons { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Remarks

The ASPxPager automatically disables its navigation buttons that cannot be used at the moment. 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