Share via


GridHeaderUtils.IsHiddenByAncestorCollapseState method

Indicates whether any ascendant of the specified header is collapsed.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function IsHiddenByAncestorCollapseState ( _
    header As GridHeaderItem, _
    isDynamicExpEnabled As Boolean _
) As Boolean
'Usage
Dim header As GridHeaderItem
Dim isDynamicExpEnabled As Boolean
Dim returnValue As Boolean

returnValue = GridHeaderUtils.IsHiddenByAncestorCollapseState(header, _
    isDynamicExpEnabled)
public static bool IsHiddenByAncestorCollapseState(
    GridHeaderItem header,
    bool isDynamicExpEnabled
)

Parameters

  • isDynamicExpEnabled
    Type: System.Boolean

    Indicates whether dynamic expansion enabled for the scorecard.

Return value

Type: System.Boolean
true if any ascendant is collapsed; otherwise false.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace