UploadAdvancedModeSettings.EnableMultiSelect Property
Gets or sets a value specifying whether multi-file selection is allowed in an ASPxUpoadControl.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to EnableMultiSelect |
|---|---|---|
| ASP.NET MVC Extensions | UploadControlSettings |
|
| ASP.NET Web Forms Controls | ASPxUploadControl |
|
Remarks
ASPxUploadControl allows end-users to choose several files to upload in a single file open dialog. To enable this multi-file selection, switch the EnableMultiSelect property to true.

For more information, see the Multi-File Selection topic.
Note
The EnableMultiSelect property is not in effect when the UploadAdvancedModeSettings.EnableDragAndDrop or UploadAdvancedModeSettings.EnableFileList property is set to true.