Skip to main content
All docs
V26.1
  • IPivotTable.ShowRowTotals Property

    Specifies whether to display row totals.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v26.1.dll

    Declaration

    [DefaultValue(true)]
    bool ShowRowTotals { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to show totals; false to hide totals.

    Remarks

    Refer to the ShowRowTotals property description for additional information and an example.

    See Also