Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridWebOptionsView.ShowHorzLines Property

Gets or sets whether horizontal grid lines are displayed. This member supports the .NET Framework infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public bool ShowHorzLines { get; set; }

Property Value

Type Description
Boolean

true to display horizontal grid lines; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowHorzLines
ASPxPivotGrid
.OptionsView.ShowHorzLines
MVCxPivotGrid
.OptionsView.ShowHorzLines
PivotGridSettings
.OptionsView.ShowHorzLines

Remarks

This property overrides the base class property to hide it from a user.

See Also