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.v24.1.dll
NuGet Package: DevExpress.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