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

HtmlEditorFileManagerSettingsBase.DataSourceID Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[DefaultValue("")]
public virtual string DataSourceID { get; set; }

Property Value

Type Default Description
String String.Empty

The ID of 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:

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

Remarks

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

See Also