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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, 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