Skip to main content

ManagedFileDialogOptions Class

Definition

Assembly:Avalonia.Dialogs
Package:Avalonia
public class ManagedFileDialogOptions

Inheritance: object -> ManagedFileDialogOptions

Implements: IEquatable<ManagedFileDialogOptions>

Constructors

NameDescription
ManagedFileDialogOptionsNo summary available.

ManagedFileDialogOptions Constructor

public ManagedFileDialogOptions()

Methods

NameDescription
<Clone>$No summary available.
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo summary available.

<Clone>$ Method

public Avalonia.Dialogs.ManagedFileDialogOptions <Clone>$()

Returns

Avalonia.Dialogs.ManagedFileDialogOptions

Equals overloads

Equals Method

public bool Equals(Avalonia.Dialogs.ManagedFileDialogOptions other)
Parameters

other Avalonia.Dialogs.ManagedFileDialogOptions

Returns

bool

Equals Method

public bool Equals(object obj)
Parameters

obj object

Returns

bool

GetHashCode Method

public int GetHashCode()

Returns

int

ToString Method

public string ToString()

Returns

string

Properties

NameDescription
AllowDirectorySelectionNo summary available.
ContentRootFactoryAllows to redefine content root. Can be a custom Window or any ContentControl (Popup hosted).
CustomVolumeInfoProviderAllows to redefine how root volumes are populated in the dialog.

AllowDirectorySelection Property

public bool AllowDirectorySelection { get; set; }

ContentRootFactory Property

Allows to redefine content root. Can be a custom Window or any ContentControl (Popup hosted).

public Func<Avalonia.Controls.ContentControl> ContentRootFactory { get; set; }

CustomVolumeInfoProvider Property

Allows to redefine how root volumes are populated in the dialog.

public Avalonia.Controls.Platform.IMountedVolumeInfoProvider CustomVolumeInfoProvider { get; set; }