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

ASPxGridTextSettings.CommandEdit Property

Specifies the text displayed in the Edit command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string CommandEdit { 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 CommandEdit
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsText .CommandEdit
ASPxGridView
.SettingsText .CommandEdit
ASPxVerticalGrid
.SettingsText .CommandEdit
GridViewProperties
.SettingsText .CommandEdit
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText .CommandEdit
BootstrapGridView
.SettingsText .CommandEdit
ASP.NET MVC Extensions CardViewSettings
.SettingsText .CommandEdit
CardViewSettings<CardType>
.SettingsText .CommandEdit
GridViewSettings
.SettingsText .CommandEdit
GridViewSettings<RowType>
.SettingsText .CommandEdit
MVCxCardView
.SettingsText .CommandEdit
MVCxGridView
.SettingsText .CommandEdit
MVCxGridViewProperties
.SettingsText .CommandEdit
MVCxVerticalGrid
.SettingsText .CommandEdit
VerticalGridSettings
.SettingsText .CommandEdit
VerticalGridSettings<ColumnType>
.SettingsText .CommandEdit

Remarks

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

See Also