ManagedFileDialogOptions Class
Definition
public class ManagedFileDialogOptions
Constructors
| Name | Description |
|---|---|
| ManagedFileDialogOptions | No summary available. |
ManagedFileDialogOptions Constructor
public ManagedFileDialogOptions()
Methods
| Name | Description |
|---|---|
| <Clone>$ | No summary available. |
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No summary available. |
<Clone>$ Method
public Avalonia.Dialogs.ManagedFileDialogOptions <Clone>$()
Returns
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
| Name | Description |
|---|---|
| AllowDirectorySelection | No summary available. |
| 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. |
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; }