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

ASPxGridTextSettings.CommandRecover Property

Gets or sets the text displayed within the Recover command item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A System.String value that specifies the command item’s text.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to CommandRecover
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.CommandRecover
BootstrapGridView
.SettingsText.CommandRecover
ASP.NET Web Forms Controls 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

Remarks

If the CommandRecover property is set to an empty string, the default string (‘Recover’) is displayed.

See Also