GetGroupHeader( _
ByVal tag As Object) As String
Event fired to get the header of a group.
The group header is displayed above all items in the group. Cast the tag parameter to your own data type and return the string to display.
If you do not implement this event, the ToString method of the object is used.
Parameters:
| ByVal tag | As Object |
Returns:
| String |