FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotPanel Class / ShowTotalsColumns Property

In This Topic
    ShowTotalsColumns Property (FlexPivotPanel)
    In This Topic
    Gets or sets a value that determines whether the FlexPivot output table should include a column with the totals for each row.
    Syntax
    'Declaration
     
    Public Property ShowTotalsColumns As ShowTotals
    public ShowTotals ShowTotalsColumns {get; set;}
    See Also