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

PivotGridCustomTotal.Appearance Property

Gets the appearance settings used to paint the custom total’s cells.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public AppearanceObject Appearance { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the custom total’s cells.

Remarks

The default appearance settings used to paint the cells of custom totals is determined by the PivotGridAppearancesBase.TotalCell property. The Appearance property allows you to override these default appearance settings.

Total cells can also be custom painted using the PivotGridControl.CustomDrawCell event.

For more information on appearances, see the Appearances topic.

See Also