Skip to main content
A newer version of this page is available. .

XtraFolderBrowserDialog Properties

A replacement for the standard WinForms FolderBrowserDialog. Supports theming by DevExpress Skins.
Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
Description Gets or sets the description that is displayed above the folder hierarchy. Note that dialogs with the XtraFolderBrowserDialog.DialogStyle property set to Wide do not show their descriptions.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DialogStyle Gets or sets the dialog style.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
RootFolder Gets or sets the root folder from which the navigation starts. Note that this property is in effect only when a XtraFolderBrowserDialog.DialogStyle property set to Compact, wide dialogs always start with the root “Desktop” folder.
SelectedPath Gets or sets the selected path.
ShowNewFolderButton Gets or sets whether or not this XtraFolderBrowserDialog should display the “New Folder” button.
Site Gets or sets the ISite of the Component. Inherited from Component.
Tag Gets or sets an object that contains data about the control. Inherited from CommonDialog.
See Also