Property AllowsMultipleSelection
AllowsMultipleSelection
Gets or sets a value indicating whether this OpenDialog allows multiple selection.
public bool AllowsMultipleSelection { get; set; }
Property Value
- bool
true
if allows multiple selection; otherwise,false
, defaults to false.