Skip to main content

XRPivotGridCustomTotal.Appearance Property

OBSOLETE

This property is now obsolete.

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

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Obsolete("This property is now obsolete.")]
[Browsable(false)]
public XRAppearanceObject Appearance { get; }

Property Value

Type Description
XRAppearanceObject

An XRAppearanceObject value.

Remarks

The Appearance property has become obsolete, and is retained for backward compatibility only.

See Also