Back to Devexpress

CardViewCommandLayoutItem.ShowRecoverButton Property

aspnet-devexpress-dot-web-dot-cardviewcommandlayoutitem-513e1e88.md

latest1.5 KB
Original Source

CardViewCommandLayoutItem.ShowRecoverButton Property

Specifies whether the Recover command item is displayed in the command layout item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ShowRecoverButton { get; set; }
vb
<DefaultValue(True)>
Public Property ShowRecoverButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, if the button is visible; otherwise, false.

|

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

CardViewCommandLayoutItem Class

CardViewCommandLayoutItem Members

DevExpress.Web Namespace