Skip to main content

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)

public IReadOnlyList<FilePickerFileType>? FileTypeFilter { get; set; }

Property Value

IReadOnlyList(FilePickerFileType)

See Also

Reference

FilePickerOpenOptions Class
Avalonia.Platform.Storage Namespace