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

PivotGridStyles.AreaStyle Property

Gets the style settings used to paint all pivot grid header areas, including the column header area, row header area, data header area, and filter header area.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotAreaStyle AreaStyle { get; }

Property Value

Type Description
PivotAreaStyle

A PivotAreaStyle object that contains the style settings.

Remarks

Use the AreaStyle property to get style settings that are common to all pivot grid header areas. To get individual styles applied to these areas, use the pivot grid’s PivotGridStyles.ColumnAreaStyle, PivotGridStyles.RowAreaStyle, PivotGridStyles.DataAreaStyle, and PivotGridStyles.FilterAreaStyle properties.

See Also