CardViewCommandLayoutItem.ShowRecoverButton Property
Specifies whether the Recover command item is displayed in the command layout item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 column. The button settings can be customized using the ASPxCardViewCommandButtonSettings.RecoverButton property.
See Also