ManagedFileDialogOptions Class
Definition
Namespace: Avalonia.Dialogs
Assembly: Avalonia.Dialogs (in Avalonia.Dialogs.dll)
- C#
- VB
- F#
public class ManagedFileDialogOptions : IEquatable<ManagedFileDialogOptions>
Public Class ManagedFileDialogOptions
Implements IEquatable(Of ManagedFileDialogOptions)
type ManagedFileDialogOptions =
class
interface IEquatable<ManagedFileDialogOptions>
end
| Inheritance | Object → ManagedFileDialogOptions |
| Implements | IEquatable(ManagedFileDialogOptions) |
Constructors
| ManagedFileDialogOptions() | Initializes a new instance of the ManagedFileDialogOptions class |
Properties
| AllowDirectorySelection | |
| ContentRootFactory | Allows to redefine content root. Can be a custom Window or any ContentControl (Popup hosted). |
| CustomVolumeInfoProvider | Allows 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) |