General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
TreeListSettingsText.ToolbarCancel Property
Gets or sets the text displayed within the Cancel toolbar item.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll
Declaration
[DefaultValue("")]
public string ToolbarCancel { get; set; }
<DefaultValue("")>
Public Property ToolbarCancel As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value that specifies the command item's text. |
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
Feedback