Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1FilePicker Class / Multiselect Property

In This Topic
    Multiselect Property (C1FilePicker)
    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