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

ASPxGridTextSettings.ToolbarNew Property

Specifies the text displayed in the New toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Remarks

The toolbar item displays ‘New’ if the ToolbarNew property is set to an empty string.

Note

The ToolbarNew property is not in effect if the toolbar item’s Text property is specified.

See Also