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

HtmlEditorFileManagerSettingsBase.SettingsDataSource Property

Gets settings allowing the file manager to access a file system retained in a data source.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public FileManagerSettingsDataSource SettingsDataSource { get; }

Property Value

Type Description
FileManagerSettingsDataSource

A FileManagerSettingsDataSource object that contains data source settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SettingsDataSource
HtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector.SettingsDataSource
HtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector.SettingsDataSource
HtmlEditorInsertImageDialogSettings
.SettingsImageSelector.SettingsDataSource
HtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector.SettingsDataSource
HtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector.SettingsDataSource
MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector.SettingsDataSource
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector.SettingsDataSource
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector.SettingsDataSource
MVCxHtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector.SettingsDataSource
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector.SettingsDataSource

Remarks

When the HtmlEditorFileManagerSettingsBase.ProviderType property is set to DataSource, the built-in file manager operates with files contained in a data source. In this case, use the SettingsDataSource property to specify the names of the data source fields that provide basic item information.

See Also