Property AllowMultipleSelection
AllowMultipleSelection
Gets or sets a value indicating whether the dialog window allows multiple files to be selected.
public virtual bool AllowMultipleSelection { get; set; }
Property Value
- bool
true
if the dialog window allows multiple files to be selected together or concurrently; otherwise,false
. The default value isfalse
.