Skip to main content
A newer version of this page is available. .

DXOpenFolderDialogService.Multiselect Property

Gets or sets whether end-users are allowed to select multiple folders in the current open folder dialog.

Namespace: DevExpress.Xpf.Dialogs

Assembly: DevExpress.Xpf.Dialogs.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dialogs, DevExpress.Wpf.Dialogs

Declaration

public bool Multiselect { get; set; }

Property Value

Type Description
Boolean

true, if end-users can select multiple folders; otherwise, false.

See Also