Table of Contents

Class FolderPickerOpenOptions

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

Constructors

FolderPickerOpenOptions()

public FolderPickerOpenOptions()

Properties

AllowMultiple

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

public bool AllowMultiple { get; set; }

Property Value

bool