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.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

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