MultiSelect Property (Slicer)
In This Topic
Gets or sets a value that determines whether users should be allowed to select multiple values from the list.
Syntax
'Declaration
Public Property MultiSelect As System.Boolean
'Usage
Dim instance As Slicer
Dim value As System.Boolean
instance.MultiSelect = value
value = instance.MultiSelect
public System.bool MultiSelect {get; set;}
public read-write property MultiSelect: System.Boolean;
public function get,set MultiSelect : System.boolean
public: __property System.bool get_MultiSelect();
public: __property void set_MultiSelect(
System.bool value
);
public:
property System.bool MultiSelect {
System.bool get();
void set ( System.bool value);
}
See Also