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

XtraFolderBrowserDialog Class

A replacement for the standard WinForms FolderBrowserDialog. Supports theming by DevExpress Skins.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v18.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "FolderBrowserDialog")]
public sealed class XtraFolderBrowserDialog :
    XtraCommonDialog,
    IFolderBrowserDialog,
    ICommonDialog,
    IDisposable,
    ISupportFolderBrowserDialogStyle

Remarks

XtraDialogs - FolderBrowser

See the FolderBrowserDialog MSDN article to learn more.

Inheritance

Object
MarshalByRefObject
Component
CommonDialog
DevExpress.XtraEditors.Base.XtraCommonDialog
XtraFolderBrowserDialog
See Also