A newer version of this page is available.
Switch to the current version.
XRPivotGridStyles.HeaderGroupLineStyle Property
Gets or sets a style which is used to print connector lines between field headers combined in a field group.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[DefaultValue(null)]
public virtual XRControlStyle HeaderGroupLineStyle { get; set; }
<DefaultValue(Nothing)>
Public Overridable Property HeaderGroupLineStyle As XRControlStyle
Property Value
Type | Default | Description |
---|---|---|
XRControlStyle | null |
An XRControlStyle object. |
Remarks
If the HeaderGroupLineStyle isn't set, header group lines are printed using the appearance settings accessed via the PivotGridAppearancesBase.HeaderGroupLine property of a pivot grid's XRPivotGrid.Appearance.
See Also
Feedback