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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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