GridHeaderItem.IsLeaf Property
Gets a Boolean value that indicates whether the header is at the leaf level.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsLeaf As Boolean
Get
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean
value = instance.IsLeaf
public bool IsLeaf { get; }
Property Value
Type: System.Boolean
true if the header is at the leaf level; otherwise false.