Skip to main content
Tab

ASPxGridTextSettings.CommandBatchEditUpdate Property

Specifies the text displayed in the Update command button in batch edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

The text.

Remarks

The command button displays the ‘Save changes’ if the CommandBatchEditUpdate property is set to an empty string.

See Also