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

PivotGridStyles.DataAreaStyle Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotAreaStyle DataAreaStyle { get; }

Property Value

Type Description
PivotAreaStyle

A PivotAreaStyle object that contains the style settings.

See Also