Skip to main content
Tab

PagerSettingsEx.ShowDisabledButtons Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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.

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