Back to Devexpress

VerticalGridCommandRow.ShowRecoverButton Property

aspnet-devexpress-dot-web-dot-verticalgridcommandrow-114be575.md

latest1.6 KB
Original Source

VerticalGridCommandRow.ShowRecoverButton Property

Specifies whether the Recover command button is displayed in the command row.

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 row. The button settings can be customized using the ASPxVerticalGridCommandButtonSettings.RecoverButton property.

See Also

Vertical Grid

VerticalGridCommandRow Class

VerticalGridCommandRow Members

DevExpress.Web Namespace