GridHeaderUtils.AllLeafChildrenHidden Method (Microsoft.PerformancePoint.Scorecards)

Checks to see if 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
    The grid header node.

Return Value

Returns true if all leaf children are hidden.

Exceptions

Exception type Condition

NullReferenceException

Thrown when header is null.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace