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