Gets or sets the text displayed within the Cancel button of the custom dialog.
Namespace:DevExpress.Web.ASPxHtmlEditor
Assembly:DevExpress.Web.ASPxHtmlEditor.v17.2.dll

Syntax
C# |
public string CancelButtonText { get; set; }
|
VB |
Public Property CancelButtonText As String
|
Property value
Type: String
A System.String value representing the text within the Cancel button.
The default is "Cancel".

See Also