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.v21.2.dll

NuGet Package: DevExpress.Web

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.

Remarks

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

See Also