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