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

CellElementData.IsTotalAppearance Property

Gets whether the cell value is a total.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool IsTotalAppearance { get; }

Property Value

Type Description
Boolean

true if the cell value is a total; otherwise, false.

See Also