Back to Devexpress

PivotGridFieldAppearances.CellGrandTotal Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldappearances-aa79bd80.md

latest1.9 KB
Original Source

PivotGridFieldAppearances.CellGrandTotal Property

Gets the appearance settings used to paint grand total cells corresponding to the current data field.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public virtual AppearanceObject CellGrandTotal { get; }
vb
Public Overridable ReadOnly Property CellGrandTotal As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that provides corresponding settings.

|

Remarks

To customize the appearance of grand total cells for all data fields, use the PivotGridAppearancesBase.GrandTotalCell property.

See Also

GrandTotalCell

PivotGridFieldAppearances Class

PivotGridFieldAppearances Members

DevExpress.XtraPivotGrid Namespace