SingleSelectTreeViewControl.MultiSelect Property
Indicates whether multiple items can be selected in this control.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Public Property MultiSelect As Boolean
Get
Set
'Usage
Dim instance As SingleSelectTreeViewControl
Dim value As Boolean
value = instance.MultiSelect
instance.MultiSelect = value
public bool MultiSelect { get; set; }
Property Value
Type: System.Boolean
false
See Also
Reference
SingleSelectTreeViewControl Class
SingleSelectTreeViewControl Members
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace