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)
- C#
- VB
- F#
public IReadOnlyList<FilePickerFileType>? FileTypeChoices { get; set; }
Public Property FileTypeChoices As IReadOnlyList(Of FilePickerFileType)
Get
Set
member FileTypeChoices : IReadOnlyList<FilePickerFileType> with get, set
Property Value
IReadOnlyList(FilePickerFileType)
See Also
Reference
FilePickerSaveOptions Class
Avalonia.Platform.Storage Namespace