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