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