ComponentOne Basic Library for WPF and Silverlight
Multiselect Property (C1FilePicker)


C1.Silverlight Namespace > C1FilePicker Class : Multiselect Property
Gets or sets whether it is possible to select more than one file.
Syntax
'Declaration
 
Public Property Multiselect As System.Boolean
'Usage
 
Dim instance As C1FilePicker
Dim value As System.Boolean
 
instance.Multiselect = value
 
value = instance.Multiselect
public System.bool Multiselect {get; set;}
See Also

Reference

C1FilePicker Class
C1FilePicker Members