Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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