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

ASPxGridTextSettings.CommandSelect Property

Gets or sets the text displayed within the Select command item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the command item’s 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
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
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.CommandSelect
BootstrapGridView
.SettingsText.CommandSelect

Remarks

If the CommandSelect property is set to an empty string, the default string (‘Select’) is displayed.

See Also