ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1FilePicker
    Dim value As Boolean
     
    instance.Multiselect = value
     
    value = instance.Multiselect
    public bool Multiselect {get; set;}
    public:
    property bool Multiselect {
       bool get();
       void set (    bool value);
    }
    See Also