IPivotTable.ShowRowTotals Property
In This Article
Specifies whether to display row totals.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v24.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
#Declaration
C#
[DefaultValue(true)]
bool ShowRowTotals { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Refer to the ShowRowTotals property description for more information and an example.
See Also