GridViewDefinition.ShowHiddenHeaders Property
Gets or sets a Boolean value that indicates whether to show hidden headers.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ShowHiddenHeaders As Boolean
Get
Set
'Usage
Dim instance As GridViewDefinition
Dim value As Boolean
value = instance.ShowHiddenHeaders
instance.ShowHiddenHeaders = value
public bool ShowHiddenHeaders { get; set; }
Property Value
Type: System.Boolean
true to show hidden headers; otherwise false.