Skip to main content
A newer version of this page is available. .

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

NuGet Package: DevExpress.Web

Declaration

public FileManagerSettingsDataSource SettingsDataSource { get; }

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