PivotGridStyles.AreaStyle Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotAreaStyle AreaStyle { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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