Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotGridWebOptionsView.ShowVertLines Property

Gets or sets whether vertical 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.v19.1.dll

Declaration

public bool ShowVertLines { get; set; }

Property Value

Type Description
Boolean

true to display vertical grid lines; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also