Back to Devexpress

UploadAdvancedModeSettings.EnableMultiSelect Property

aspnet-devexpress-dot-web-dot-uploadadvancedmodesettings.md

latest2.7 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public virtual bool EnableMultiSelect { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property EnableMultiSelect As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to EnableMultiSelect
ASP.NET MVC ExtensionsUploadControlSettings

.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.

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

Multi-File Selection

Online Demo: Upload Control - Multi-File Selection

UploadAdvancedModeSettings Class

UploadAdvancedModeSettings Members

DevExpress.Web Namespace