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
headers
Type: System.Collections.Generic.List<GridHeaderItem>The specified headers.
isPathidden
Type: System.BooleanIndicates whether the node path is hidden.