Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraFolderBrowserDialog Class

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v24.2.dll

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

#Declaration

public sealed class XtraFolderBrowserDialog :
    XtraCommonDialog,
    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.

XtraDialogs - FolderBrowser

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.

See Also