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.v20.2.dll

NuGet Package: DevExpress.Web

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
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText .CommandNew
BootstrapGridView
.SettingsText .CommandNew
ASP.NET MVC Extensions 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

Remarks

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

See Also