Skip to main content
A newer version of this page is available. .

XRPivotGridStyles.LinesStyle Property

Gets or sets a style which is used to print the horizontal and vertical lines.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(null)]
public virtual XRControlStyle LinesStyle { get; set; }

Property Value

Type Default Description
XRControlStyle null

An XRControlStyle object.

Remarks

If the LinesStyle isn’t set, horizontal and vertical lines are printed using the appearance settings accessed via the PrintAppearance.Lines property of a pivot grid’s XRPivotGrid.Appearance.

See Also