XtraFolderBrowserDialog.Multiselect Property
Gets or sets whether a user can select multiple folders.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v24.2.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