XtraFolderBrowserDialog.SelectedPaths Property
Gets the paths of the folders that a user has selected.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v24.1.dll
NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation
Declaration
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