Skip to main content

HtmlEditorFileManagerSettingsBase.Enabled Property

Gets or sets a value indicating whether a built-in dialog media selector is enabled.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean false

true to allow display the dialog; otherwise, false.

Remarks

When the Enabled property is set to false, a button which invokes a dialog is not displayed.

See Also