[]
Fires before each subtotal row is added to the grid.
public event SubtotalEventHandler BeforeSubtotal
Type | Description |
---|---|
SubtotalEventHandler | Fires before each subtotal row is added to the grid. |
Subtotal rows are added when the C1.Win.C1FlexGrid.C1FlexGridBase.Subtotal(C1.Win.C1FlexGrid.AggregateEnum,System.Int32,System.Int32,System.Int32,System.Int32,System.String,C1.Win.C1FlexGrid.AggregateFlags,C1.Win.C1FlexGrid.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.