Skip to main content
All docs
V24.2

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.SelectedPaths Property

Gets the paths of the folders that a user has selected.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v24.2.dll

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

#Declaration

[DXCategory("Data")]
[Browsable(false)]
public string[] SelectedPaths { get; }

#Property Value

Type Description
String[]

An array of the folder paths that a user selected.

#Remarks

Enable the XtraFolderBrowserDialog.Multiselect option to allow a user to use the Ctrl and Shift keys to select multiple folders.

If the XtraFolderBrowserDialog.Multiselect property is disabled, you can use either the XtraFolderBrowserDialog.SelectedPath or SelectedPaths property to identify the selected path.

See Also