Skip to main content

PivotGridStyles.ColumnAreaStyle Property

Gets the style settings used to paint the column header area.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotAreaStyle ColumnAreaStyle { get; }

Property Value

Type Description
PivotAreaStyle

A PivotAreaStyle object that contains the style settings.

See Also