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

ASPxGridTextSettings.CommandRecover Property

Specifies the text displayed in the Recover command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string CommandRecover { get; set; }

Property Value

Type Default Description
String String.Empty

The text.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to CommandRecover
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsText.CommandRecover
ASPxGridView
.SettingsText.CommandRecover
ASPxVerticalGrid
.SettingsText.CommandRecover
GridViewProperties
.SettingsText.CommandRecover
CardViewSettings
.SettingsText.CommandRecover
CardViewSettings<CardType>
.SettingsText.CommandRecover
GridViewSettings
.SettingsText.CommandRecover
GridViewSettings<RowType>
.SettingsText.CommandRecover
MVCxCardView
.SettingsText.CommandRecover
MVCxGridView
.SettingsText.CommandRecover
MVCxGridViewProperties
.SettingsText.CommandRecover
MVCxVerticalGrid
.SettingsText.CommandRecover
VerticalGridSettings
.SettingsText.CommandRecover
VerticalGridSettings<ColumnType>
.SettingsText.CommandRecover
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.CommandRecover
BootstrapGridView
.SettingsText.CommandRecover

Remarks

The command button displays ‘Recover’ if the CommandRecover property is set to an empty string.

See Also