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

PivotGridStyles.GrandTotalCellStyle Property

Gets the style settings used to paint grand total cells.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotCellStyle GrandTotalCellStyle { get; }

Property Value

Type Description
PivotCellStyle

A PivotCellStyle object that contains the style settings.

See Also