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

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.v20.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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Enabled
ASP.NET Controls and MVC Extensions HtmlEditorInsertAudioDialogSettings
HtmlEditorInsertFlashDialogSettings
HtmlEditorInsertImageDialogSettings
HtmlEditorInsertLinkDialogSettings
HtmlEditorInsertVideoDialogSettings
ASP.NET MVC Extensions MVCxHtmlEditorInsertAudioDialogSettings
MVCxHtmlEditorInsertFlashDialogSettings
MVCxHtmlEditorInsertImageDialogSettings
MVCxHtmlEditorInsertLinkDialogSettings
MVCxHtmlEditorInsertVideoDialogSettings

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the Enabled property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also