FileTypeFilter Property
Gets or sets the collection of file types that the file open picker displays.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IReadOnlyList<FilePickerFileType>? FileTypeFilter { get; set; }
Public Property FileTypeFilter As IReadOnlyList(Of FilePickerFileType)
Get
Set
member FileTypeFilter : IReadOnlyList<FilePickerFileType> with get, set
Property Value
IReadOnlyList(FilePickerFileType)
See Also
Reference
FilePickerOpenOptions Class
Avalonia.Platform.Storage Namespace