Skip to main content

FieldValueElementData.IsTotalAppearance Property

Gets whether the field value element is a total.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool IsTotalAppearance { get; }

Property Value

Type Description
Boolean

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

See Also