ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1FilePicker Class / Multiselect Property

In This Topic
    Multiselect Property
    In This Topic
    Gets or sets whether it is possible to select more than one file.
    Syntax
    'Declaration
     
    
    Public Property Multiselect As Boolean
    public bool Multiselect {get; set;}
    See Also