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

PivotGridField.HeaderStyle Property

Gets the field’s style settings.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public PivotHeaderStyle HeaderStyle { get; }

Property Value

Type Description
PivotHeaderStyle

A PivotHeaderStyle object which contains style settings used to paint the field’s header.

See Also