DXFolderBrowserDialog Members
Represents a dialog box that allows end-users to browse and select a particular folder.Constructors
Name | Description |
---|---|
DXFolderBrowserDialog() | Initializes a new instance of the DXFolderBrowserDialog class. |
Properties
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. |
Methods
Name | Description |
---|---|
CheckPermissionsToShowDialog() protected | Determines whether sufficient permissions for displaying a dialog exist. Inherited from CommonDialog. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HookProc(IntPtr, Int32, IntPtr, IntPtr) protected | Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box. Inherited from CommonDialog. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() | Resets all properties to their default values. |
ShowDialog() | Displays a common dialog. Inherited from CommonDialog. |
ShowDialog(Window) | Displays a common dialog. Inherited from CommonDialog. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
HelpRequest | 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 DXCommonDialog. |
ShowDefaultDialog | Fires when running DevExpress file dialogs in an unsupported OS (e.g. Windows XP). Inherited from DXCommonDialog. |
See Also