Skip to main content

FileTypeChoices Property

Gets or sets the collection of valid file types that the user can choose to assign to a file.

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)

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

Property Value

IReadOnlyList(FilePickerFileType)

See Also

Reference

FilePickerSaveOptions Class
Avalonia.Platform.Storage Namespace