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

XRPivotGrid.HeaderGroupLineStyleName Property

Gets or sets the name of the style assigned to the XRPivotGridStyles.HeaderGroupLineStyle property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[Browsable(false)]
public virtual string HeaderGroupLineStyleName { get; set; }

Property Value

Type Description
String

A String value, which represents the style name.

Remarks

Normally, you don’t need to use this property. Instead, access the cell style via the XRPivotGridStyles.HeaderGroupLineStyle property of a pivot grid’s XRControl.Styles.

See Also