Share via


GridHeaderItem.IsCollapsed Property

Gets or sets a Boolean value that indicates whether this header node is collapsed.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property IsCollapsed As Boolean
    Get
    Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean

value = instance.IsCollapsed

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

Property Value

Type: System.Boolean
true if this header node is collapsed; otherwise false.

See Also

Reference

GridHeaderItem Class

GridHeaderItem Members

Microsoft.PerformancePoint.Scorecards Namespace