Table of Contents

Class FilePickerOpenOptions

Namespace
Avalonia.Platform.Storage
Assembly
Avalonia.Base.dll
public class FilePickerOpenOptions : PickerOptions
Inheritance
FilePickerOpenOptions
Inherited Members

Constructors

FilePickerOpenOptions()

public FilePickerOpenOptions()

Properties

AllowMultiple

Gets or sets an option indicating whether open picker allows users to select multiple files.

public bool AllowMultiple { get; set; }

Property Value

bool

FileTypeFilter

Gets or sets the collection of file types that the file open picker displays.

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

Property Value

IReadOnlyList<FilePickerFileType>