GridHeaderItem.IsHierarchyHeader Property
Gets or sets a Boolean value that indicates whether the header is part of a hierarchy or a linear list.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsHierarchyHeader As Boolean
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean
value = instance.IsHierarchyHeader
instance.IsHierarchyHeader = value
public bool IsHierarchyHeader { get; set; }
Property Value
Type: System.Boolean
true if the header is part of a hierarchy or a linear list; otherwise false.