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

HtmlEditorCustomDialog.CancelButtonText Property

Gets or sets the text displayed within the Cancel button of the custom dialog.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

[DefaultValue("Cancel")]
public string CancelButtonText { get; set; }

Property Value

Type Default Description
String "Cancel"

A String value representing the text within the Cancel button.

See Also