- Namespace
- Avalonia
.Controls - Base Types
-
- object
- SystemDialog
- FileSystemDialog
graph BT
Type-->Base0["FileSystemDialog"]
click Base0 "/api/Avalonia.Controls/FileSystemDialog"
Base0-->Base1["SystemDialog"]
click Base1 "/api/Avalonia.Controls/SystemDialog"
Base1-->Base2["object"]
Type["OpenFolderDialog"]
class Type type-node
Syntax
public class OpenFolderDialog : FileSystemDialog
Properties
Name | Value | Summary |
---|---|---|
DefaultDirectory | string | |
Directory | string |
Inherited from FileSystemDialog
|
InitialDirectory | string |
Inherited from FileSystemDialog
|
Title | string |
Inherited from SystemDialog
|
Methods
Name | Value | Summary |
---|---|---|
ShowAsync |
Task |