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

HtmlEditorFileManagerSettingsBase.DataSource Property

Specifies the object from which a built-in dialog retrieves its list of items.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public virtual object DataSource { get; set; }

Property Value

Type Default Description
Object String.Empty

An object that is the data source from which the dialog retrieves its data.

Property Paths

You can access this nested property as listed below:

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

Remarks

If you bind the control in code behind, we recommend you using the Init event handler.

See Also