Gets or sets whether horizontal grid lines are displayed.
Namespace:DevExpress.XtraPivotGrid
Assembly:DevExpress.PivotGrid.v19.2.Core.dll

Syntax
C# |
public bool ShowHorzLines { get; set; }
|
VB |
Public Property ShowHorzLines As Boolean
|
Property value
Type: Boolean
true to display horizontal grid lines; otherwise, false.
The default is true.

See Also