PivotGridFieldAppearances.CellGrandTotal Property
In This Article
Gets the appearance settings used to paint grand total cells corresponding to the current data field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
#Declaration
public virtual AppearanceObject CellGrandTotal { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
To customize the appearance of grand total cells for all data fields, use the PivotGridAppearancesBase.GrandTotalCell property.
See Also