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

HtmlEditorCustomDialog.OkButtonVisible Property

Gets or sets a value specifying the visibility of the Ok button within the custom dialog.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

[DefaultValue(true)]
public bool OkButtonVisible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the button is visible; otherwise false.

See Also