HtmlEditorFileManagerSettingsBase.SettingsDataSource Property
Gets settings allowing the file manager to access a file system retained in a data source.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
FileManagerSettingsDataSource | A FileManagerSettingsDataSource object that contains data source settings. |
Remarks
When the HtmlEditorFileManagerSettingsBase.ProviderType property is set to DataSource, the built-in file manager operates with files contained in a data source. In this case, use the SettingsDataSource property to specify the names of the data source fields that provide basic item information.
See Also