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

IOpenDialogServiceBase.Multiselect Property

Gets or sets whether a dialog box allows users to select multiple files.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

bool Multiselect { get; set; }

Property Value

Type Description
Boolean

true if a dialog box allows users to select multiple files; otherwise, false.

See Also