Skip to main content

IOpenDialogServiceBase.Multiselect Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

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