Skip to main content

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.v23.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.

Remarks

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

See Also