DXFolderBrowserDialog Properties
Represents a dialog box that allows end-users to browse and select a particular folder.| Name | Description |
|---|---|
| Description | Gets or sets the description that is displayed above the folder hierarchy. |
| RootFolder | Gets or sets the root folder from which the navigation starts. |
| SelectedPath | Gets or sets the selected path. |
| ShowNewFolderButton | Gets or sets whether this DXFolderBrowserDialog should display the “Make New Folder” button. |
| Tag | Gets or sets an object associated with the dialog. This provides the ability to attach an arbitrary object to the dialog. Inherited from CommonDialog. |
See Also