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

ASPxGridTextSettings.CommandBatchEditCancel Property

Specifies the text displayed in the Cancel changes command button in batch edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

The text.

Remarks

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

See Also