ASPxGridTextSettings.CommandDelete Property
Specifies the text displayed in the Delete command button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The text. |
Remarks
The command button displays ‘Delete’ if the CommandDelete property is set to an empty string.
See Also