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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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