Share via


GridHeaderUtils.SetIsPathHiddenProperty method

Sets the IsPathHidden property for the specified headers.

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

Syntax

'Declaration
Public Shared Sub SetIsPathHiddenProperty ( _
    headers As List(Of GridHeaderItem), _
    isPathidden As Boolean _
)
'Usage
Dim headers As List(Of GridHeaderItem)
Dim isPathidden As BooleanGridHeaderUtils.SetIsPathHiddenProperty(headers, _
    isPathidden)
public static void SetIsPathHiddenProperty(
    List<GridHeaderItem> headers,
    bool isPathidden
)

Parameters

  • isPathidden
    Type: System.Boolean

    Indicates whether the node path is hidden.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace