FilePickerOpenOptionsAllowMultiple 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) Version: 11.3.999
public bool AllowMultiple { get; set; }

Property Value

Boolean

See Also