Skip to main content
A newer version of this page is available.
All docs
V18.2

HtmlEditorFileManagerCommonSettings.EnableMultiSelect Property

Gets or sets a value specifying whether multiple file selection is enabled in the File Manager used within built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public bool EnableMultiSelect { get; set; }

Property Value

Type Description
Boolean

true, if multiple file selection is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

See Also