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

ASPxGridTextSettings.CommandBatchEditUpdate Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string CommandBatchEditUpdate { 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 CommandBatchEditUpdate
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.CommandBatchEditUpdate
BootstrapGridView
.SettingsText.CommandBatchEditUpdate
ASP.NET Web Forms Controls ASPxCardView
.SettingsText.CommandBatchEditUpdate
ASPxGridView
.SettingsText.CommandBatchEditUpdate
ASPxVerticalGrid
.SettingsText.CommandBatchEditUpdate
GridViewProperties
.SettingsText.CommandBatchEditUpdate
CardViewSettings
.SettingsText.CommandBatchEditUpdate
CardViewSettings<CardType>
.SettingsText.CommandBatchEditUpdate
GridViewSettings
.SettingsText.CommandBatchEditUpdate
GridViewSettings<RowType>
.SettingsText.CommandBatchEditUpdate
MVCxCardView
.SettingsText.CommandBatchEditUpdate
MVCxGridView
.SettingsText.CommandBatchEditUpdate
MVCxGridViewProperties
.SettingsText.CommandBatchEditUpdate
MVCxVerticalGrid
.SettingsText.CommandBatchEditUpdate
VerticalGridSettings
.SettingsText.CommandBatchEditUpdate
VerticalGridSettings<ColumnType>
.SettingsText.CommandBatchEditUpdate

Remarks

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

See Also