Skip to main content

PivotGridField.HeaderStyle Property

Gets the field’s style settings.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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