Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the expansion flag for all elements in the tree.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub SetNodeExpansion ( _
isExpanded As Boolean _
)
'Usage
Dim instance As GridHeaderItem
Dim isExpanded As Boolean
instance.SetNodeExpansion(isExpanded)
public void SetNodeExpansion(
bool isExpanded
)
Parameters
isExpanded
Type: System.Booleantrue for an expanded state; false for a collapsed state.