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

RichEditFileManagerCommonSettings.EnableMultiSelect Property

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

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public bool EnableMultiSelect { get; }

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:

Object Type Path to EnableMultiSelect
RichEditDocumentSelectorSettings
.CommonSettings.EnableMultiSelect
See Also