Share via


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

Return value

Type: System.Boolean
true if all leaf children are hidden; otherwise false.

Exceptions

Exception Condition
NullReferenceException

Thrown when header is null.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace