AllowMultiple Property
Gets or sets an option indicating whether open picker allows users to select multiple files.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool AllowMultiple { get; set; }
Public Property AllowMultiple As Boolean
Get
Set
member AllowMultiple : bool with get, set
Property Value
BooleanSee Also
Reference
FilePickerOpenOptions Class
Avalonia.Platform.Storage Namespace