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

HtmlEditorFileManagerSettingsBase.FoldersSettings Property

Provides access to the folder container’s settings within a built-in dialog media selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorFileManagerFoldersSettings FoldersSettings { get; }

Property Value

Type Description
HtmlEditorFileManagerFoldersSettings

A HtmlEditorFileManagerFoldersSettings object that contains the folder container’s settings.

See Also