'Declaration Public Event BeforeSubtotal As C1.Win.C1FlexGrid.SubtotalEventHandler
public event C1.Win.C1FlexGrid.SubtotalEventHandler BeforeSubtotal
Event Data
The event handler receives an argument of type C1.Win.C1FlexGrid.SubtotalEventArgs containing data related to this event. The following SubtotalEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AggregateValue | |
Bottom | |
Cancel | |
Caption | |
Function | |
GroupFrom | |
GroupTo | |
IsNewRow | |
Level | |
NewRowIndex | |
Style | |
Top | |
TotalOn |
See Also