Skip to main content
All docs
V23.2

XtraFolderBrowserDialog.Multiselect Property

Gets or sets whether a user can select multiple folders.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v23.2.dll

NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool Multiselect { get; set; }

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