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

PivotGridStyles.ColumnAreaStyle Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotAreaStyle ColumnAreaStyle { get; }

Property Value

Type Description
PivotAreaStyle

A PivotAreaStyle object that contains the style settings.

See Also