GridHeaderItem.IsPathHidden Property
Gets or sets a Boolean value that indicates whether the node path is hidden.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsPathHidden As Boolean
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean
value = instance.IsPathHidden
instance.IsPathHidden = value
public bool IsPathHidden { get; set; }
Property Value
Type: System.Boolean
true if the node path is hidden; otherwise false.