# OpenFileDialogOptions.AllowMultiple property

`true` to let the user select several files at once. Defaults to a single selection.

```csharp
public bool? AllowMultiple { get; set; }
```

## See Also

* class [OpenFileDialogOptions](../OpenFileDialogOptions.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
