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

ASPxGridTextSettings.CommandSelect Property

Specifies the text displayed in the Select command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

The text.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to CommandSelect
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsText .CommandSelect
ASPxGridView
.SettingsText .CommandSelect
ASPxVerticalGrid
.SettingsText .CommandSelect
GridViewProperties
.SettingsText .CommandSelect
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText .CommandSelect
BootstrapGridView
.SettingsText .CommandSelect
ASP.NET MVC Extensions CardViewSettings
.SettingsText .CommandSelect
CardViewSettings<CardType>
.SettingsText .CommandSelect
GridViewSettings
.SettingsText .CommandSelect
GridViewSettings<RowType>
.SettingsText .CommandSelect
MVCxCardView
.SettingsText .CommandSelect
MVCxGridView
.SettingsText .CommandSelect
MVCxGridViewProperties
.SettingsText .CommandSelect
MVCxVerticalGrid
.SettingsText .CommandSelect
VerticalGridSettings
.SettingsText .CommandSelect
VerticalGridSettings<ColumnType>
.SettingsText .CommandSelect

Remarks

The command button displays ‘Select’ if the CommandSelect property is set to an empty string.

See Also