Back to Devexpress

PivotGridCustomTotal.Appearance Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcustomtotal.md

latest2.3 KB
Original Source

PivotGridCustomTotal.Appearance Property

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public AppearanceObject Appearance { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(1)>
Public ReadOnly Property Appearance As AppearanceObject

Property Value

TypeDescription
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

TotalCell

PivotGridCustomTotal Class

PivotGridCustomTotal Members

DevExpress.XtraPivotGrid Namespace