Skip to main content
All docs
V25.1
  • IOpenDialogServiceBase.Multiselect Property

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

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v25.1.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