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