GridHeaderUtils.AllLeafChildrenHidden Method
Indicates whether all leaf children are hidden.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function AllLeafChildrenHidden ( _
header As GridHeaderItem _
) As Boolean
'Usage
Dim header As GridHeaderItem
Dim returnValue As Boolean
returnValue = GridHeaderUtils.AllLeafChildrenHidden(header)
public static bool AllLeafChildrenHidden(
GridHeaderItem header
)
Parameters
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe header node.
Return Value
Type: System.Boolean
true if all leaf children are hidden; otherwise false.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | Thrown when header is null. |