VerticalGridCommandRow.ShowRecoverButton Property
In This Article
Specifies whether the Recover command button is displayed in the command row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Use the ShowRecoverButton property to specify whether the Recover button is visible in the command row. The button settings can be customized using the ASPxVerticalGridCommandButtonSettings.RecoverButton property.
See Also