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

ASPxGridTextSettings.ToolbarCancel Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Remarks

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

See Also