Skip to main content
Tab

UploadAdvancedModeSettings.EnableMultiSelect Property

Gets or sets a value specifying whether multi-file selection is allowed in an ASPxUpoadControl.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public virtual bool EnableMultiSelect { get; set; }

Property Value

Type Default Description
Boolean false

true, if multi-file selection is allowed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableMultiSelect
ASP.NET MVC Extensions UploadControlSettings
.AdvancedModeSettings .EnableMultiSelect
ASP.NET Web Forms Controls ASPxUploadControl
.AdvancedModeSettings .EnableMultiSelect

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.

UploadControl_MultiSelection

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.

See Also