PagerSettingsEx.ShowDisabledButtons Property
Gets or sets whether navigation buttons that are temporarily disabled are shown.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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