ComponentOne FinancialChart for WPF
Multiselect Property



C1.WPF Namespace > C1FilePicker Class : Multiselect Property
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

Reference

C1FilePicker Class
C1FilePicker Members