XtraFolderBrowserDialog.Multiselect Property
Gets or sets whether a user can select multiple folders.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v24.1.dll
NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation
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