Back to Devexpress

XRPivotGridStyles.LinesStyle Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-dot-xrpivotgridstyles-9cc53638.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(null)]
public virtual XRControlStyle LinesStyle { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property LinesStyle As XRControlStyle

Property Value

TypeDefaultDescription
XRControlStylenull

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

XRPivotGridStyles Class

XRPivotGridStyles Members

DevExpress.XtraReports.UI.PivotGrid Namespace