Skip to main content

ManagedFileDialogOptions Class

Definition

Namespace: Avalonia.Dialogs
Assembly: Avalonia.Dialogs (in Avalonia.Dialogs.dll)

public class ManagedFileDialogOptions : IEquatable<ManagedFileDialogOptions>
View Source
InheritanceObject → ManagedFileDialogOptions
ImplementsIEquatable(ManagedFileDialogOptions)

Constructors

ManagedFileDialogOptions()Initializes a new instance of the ManagedFileDialogOptions class

Properties

AllowDirectorySelection 
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.

Methods

Finalize()Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object)

See Also

Reference

Avalonia.Dialogs Namespace