XtraFolderBrowserDialog Class
A replacement for the standard WinForms FolderBrowserDialog. Supports theming by DevExpress Skins.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v19.1.dll
Declaration
[ToolboxBitmap(typeof(ToolboxIconsRootNS), "FolderBrowserDialog")]
public sealed class XtraFolderBrowserDialog :
XtraCommonDialog,
IFolderBrowserDialog,
ICommonDialog,
IDisposable,
ISupportFolderBrowserDialogStyle
Remarks
See the FolderBrowserDialog MSDN article to learn more.
Inheritance
Object
MarshalByRefObject
Component
CommonDialog
DevExpress.XtraEditors.Base.XtraCommonDialog
XtraFolderBrowserDialog
See Also