GridHeaderUtils.IsAnyDescendantShown Method (Microsoft.PerformancePoint.Scorecards)

Checks to see if any of the descendants is not collapsed.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Function IsAnyDescendantShown ( _
    header As GridHeaderItem _
) As Boolean
'Usage
Dim header As GridHeaderItem
Dim returnValue As Boolean

returnValue = GridHeaderUtils.IsAnyDescendantShown(header)
public static bool IsAnyDescendantShown (
    GridHeaderItem header
)

Parameters

  • header
    The grid header node.

Return Value

Returns true if any descendant is not collapsed.

Exceptions

Exception type Condition

NullReferenceException

Thrown when header is null.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace