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 Boolean
public bool MultiSelect {get; set;}
See Also