Occurs when the HeaderText or FooterText property of the GroupInfo class has been set to "Custom". This allows one to customize the text displayed for 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 C1GroupTextEventHandler GroupText
Visual Basic
<C1CategoryAttribute("Category.Action")> _
Public Event GroupText As C1GroupTextEventHandler

See Also