DXFolderBrowserDialog Members
In This Article
#Constructors
Name | Description |
---|---|
DXFolder |
Initializes a new instance of the DXFolder |
#Properties
Name | Description |
---|---|
Description | Gets or sets the description that is displayed above the folder hierarchy. |
Root |
Gets or sets the root folder from which the navigation starts. |
Selected |
Gets or sets the selected path. |
Show |
Gets or sets whether this DXFolder |
Tag |
Gets or sets an object associated with the dialog. This provides the ability to attach an arbitrary object to the dialog.
Inherited from Common |
#Methods
Name | Description |
---|---|
Check |
Determines whether sufficient permissions for displaying a dialog exist.
Inherited from Common |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hook |
Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box.
Inherited from Common |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() | Resets all properties to their default values. |
Show |
Displays a common dialog.
Inherited from Common |
Show |
Displays a common dialog.
Inherited from Common |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Help |
Occurs when the user clicks the Help button on a file dialog and allows you to provide a help link or cancel opening help resources.
Inherited from DXCommon |
Show |
Fires when running DevExpress file dialogs in an unsupported OS (e. |
See Also