Back to Devexpress

PivotGridControl.ShowTotalsForSingleValues Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-04478455.md

latest1.8 KB
Original Source

PivotGridControl.ShowTotalsForSingleValues Property

Gets or sets whether automatic totals are displayed for the field values which contain a single nesting field value.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool ShowTotalsForSingleValues { get; set; }
vb
Public Property ShowTotalsForSingleValues As Boolean

Property Value

TypeDescription
Boolean

true to display totals for any field value; otherwise, false to display totals for the field values which fall into two or more categories.

|

Remarks

Note that if the PivotGridControl.RowTotalsLocation property is set to FieldRowTotalsLocation.Tree, the PivotGridControl.ShowRowTotals and ShowTotalsForSingleValues properties can’t be set to False , and must remain True.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace