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

HtmlEditorFileManagerSettingsBase.CommonSettings Property

Provides access to a built-in dialog media selector’s main settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorFileManagerCommonSettings CommonSettings { get; }

Property Value

Type Description
HtmlEditorFileManagerCommonSettings

A HtmlEditorFileManagerCommonSettings object that contains the Image Selector’s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CommonSettings
ASP.NET Controls and MVC Extensions HtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector .CommonSettings
HtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector .CommonSettings
HtmlEditorInsertImageDialogSettings
.SettingsImageSelector .CommonSettings
HtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector .CommonSettings
HtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector .CommonSettings
ASP.NET MVC Extensions MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector .CommonSettings
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector .CommonSettings
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector .CommonSettings
MVCxHtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector .CommonSettings
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector .CommonSettings
See Also