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

ASPxGridTextSettings.ToolbarDelete Property

Gets or sets the text displayed within the Delete toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Remarks

If the ToolbarDelete property is set to an empty string, the default string (‘Delete’) is displayed. The ToolbarDelete property is not in effect if the toolbar item’s Text property is specified.

See Also