Occurs when Aggregate property of the C1Field class has been set to "Custom". This allows the customization of aggregate cell contents for text displayed in the group header or footer.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Action")]
public event C1GroupAggregateEventHandler GroupAggregate
Visual Basic
<C1CategoryAttribute("Category.Action")> _
Public Event GroupAggregate As C1GroupAggregateEventHandler

See Also