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

ASPxGridTextSettings.CommandNew Property

Specifies the text displayed in the New command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Remarks

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

See Also