Back to Devexpress

XtraFolderBrowserDialog Class

windowsforms-devexpress-dot-xtraeditors-c8fe07ac.md

latest2.8 KB
Original Source

XtraFolderBrowserDialog Class

A dialog that allows a user to select one or multiple folders. Supports DevExpress Skins.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraDialogs.v25.2.dll

NuGet Packages : DevExpress.Win.Dialogs, DevExpress.Win.Navigation

Declaration

csharp
[DXLicenseWinFormsEditors]
public sealed class XtraFolderBrowserDialog :
    XtraCommonDialog,
    IFolderBrowserDialog,
    ICommonDialog,
    IDisposable,
    ISupportFolderBrowserDialogStyle
vb
<DXLicenseWinFormsEditors>
Public NotInheritable Class XtraFolderBrowserDialog
    Inherits XtraCommonDialog
    Implements IFolderBrowserDialog,
               ICommonDialog,
               IDisposable,
               ISupportFolderBrowserDialogStyle

Remarks

Use the inherited ShowDialog() method to display a modal dialog box. The skin of the dialog box matches the skin of the form that invoked that dialog (the owner form). You can also use the ShowDialog(IWin32Window) method overload to explicitly specify the owner form.

To force all DevExpress controls and components to use XtraFolderBrowserDialogs instead of standard dialogs, enable the WindowsFormsSettings.UseDXDialogs property.

See the following topic on docs.microsoft.com for more information: FolderBrowserDialog.

Inheritance

Object MarshalByRefObject Component CommonDialog XtraCommonDialog XtraFolderBrowserDialog

See Also

XtraFolderBrowserDialog Members

DevExpress.XtraEditors Namespace