ASPxGridTextSettings.CommandBatchEditCancel Property
In This Article
Specifies the text displayed in the Cancel changes command button in batch edit mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The text. |
#Remarks
The command button displays ‘Cancel changes’ if the CommandBatchEditCancel property is set to an empty string.
See Also