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

ASPxGridTextSettings.CommandBatchEditCancel Property

Gets or sets the text displayed in the batch edit mode‘s Cancel command item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A 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 CommandBatchEditCancel
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsText.CommandBatchEditCancel
ASPxGridView
.SettingsText.CommandBatchEditCancel
ASPxVerticalGrid
.SettingsText.CommandBatchEditCancel
GridViewProperties
.SettingsText.CommandBatchEditCancel
CardViewSettings
.SettingsText.CommandBatchEditCancel
CardViewSettings<CardType>
.SettingsText.CommandBatchEditCancel
GridViewSettings
.SettingsText.CommandBatchEditCancel
GridViewSettings<RowType>
.SettingsText.CommandBatchEditCancel
MVCxCardView
.SettingsText.CommandBatchEditCancel
MVCxGridView
.SettingsText.CommandBatchEditCancel
MVCxGridViewProperties
.SettingsText.CommandBatchEditCancel
MVCxVerticalGrid
.SettingsText.CommandBatchEditCancel
VerticalGridSettings
.SettingsText.CommandBatchEditCancel
VerticalGridSettings<ColumnType>
.SettingsText.CommandBatchEditCancel
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.CommandBatchEditCancel
BootstrapGridView
.SettingsText.CommandBatchEditCancel

Remarks

If the CommandBatchEditCancel property is set to an empty string, the default string ‘Cancel changes’ is displayed.

See Also