PivotGridFieldAppearances.CellTotal Property
Gets the appearance settings used to paint total cells corresponding to the current data field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | An AppearanceObject object that provides corresponding settings. |
Remarks
To customize the appearance of total cells for all data fields, use the PivotGridAppearancesBase.TotalCell property.
See Also