TreeViewControl.MultiSelect Property

Gets or sets a Boolean value that indicates whether multiple items can be selected in the tree view 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 TreeViewControl
Dim value As Boolean

value = instance.MultiSelect

instance.MultiSelect = value
public bool MultiSelect { get; set; }

Property Value

Type: System.Boolean
true if the control allows multiple selections; otherwise false.

See Also

Reference

TreeViewControl Class

TreeViewControl Members

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace