XtraFolderBrowserDialog.Multiselect Property
Gets or sets whether a user can select multiple folders.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v26.1.dll
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false | true to allow multiple folders to be selected; otherwise, false. |
Remarks
Use the XtraFolderBrowserDialog.SelectedPaths property to identify the paths that a user selected.
See Also