Skip to main content

CellElementData.IsTotalAppearance Property

Gets whether the cell value is a total.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.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