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.v19.2.dll
public PivotAreaStyle AreaStyle { get; }
Public ReadOnly Property AreaStyle As PivotAreaStyle
A PivotAreaStyle object that contains the style settings.
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.