[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.BeforeSubtotal

BeforeSubtotal Event

Fires before each subtotal row is added to the grid.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public event SubtotalEventHandler BeforeSubtotal
Returns
Type Description
SubtotalEventHandler Fires before each subtotal row is added to the grid.
Remarks

Subtotal rows are added when the C1.Win.FlexGrid.C1FlexGridBase.Subtotal(C1.Win.FlexGrid.AggregateEnum,System.Int32,System.Int32,System.Int32,System.Int32,System.String,C1.Win.FlexGrid.AggregateFlags,C1.Win.FlexGrid.RowColFlags) method is invoked.

The event handler may prevent the grid from adding a particular row, or it may customize the caption, style, and aggregate value used in the new subtotal row.