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

XRPivotGridAppearances.HeaderGroupLine Property

OBSOLETE

This property is no longer used.

Gets the appearance settings used to print connector lines between field headers combined in a field group.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(false)]
[Obsolete("This property is no longer used.")]
public XRAppearanceObject HeaderGroupLine { get; }

Property Value

Type Description
XRAppearanceObject

An XRAppearanceObject object that provides the appearance settings used to print Header Group line.

See Also