Skip to main content
A newer version of this page is available. .
Tab

VerticalGridCommandRow.ShowRecoverButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(true)]
public bool ShowRecoverButton { get; set; }

Property Value

Type Default Description
Boolean **true**

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