Back to Devexpress

PivotGridFieldAppearances.CellTotal Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldappearances-6e722ce8.md

latest1.8 KB
Original Source

PivotGridFieldAppearances.CellTotal Property

Gets the appearance settings used to paint 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 CellTotal { get; }
vb
Public Overridable ReadOnly Property CellTotal As AppearanceObject

Property Value

TypeDescription
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

TotalCell

PivotGridFieldAppearances Class

PivotGridFieldAppearances Members

DevExpress.XtraPivotGrid Namespace