Skip to main content
A newer version of this page is available. .
All docs
V22.1

XtraFolderBrowserDialog.SelectedPaths Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v22.1.dll

NuGet Package: DevExpress.Win.Dialogs

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