Share via


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