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