| C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : GroupHeadClick Event |
'Declaration Public Event GroupHeadClick As GroupColEventHandler
public event GroupColEventHandler GroupHeadClick
The event handler receives an argument of type GroupColEventArgs containing data related to this event. The following GroupColEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ColIndex | Indicates the position in the DisplayColumns collection. |
| DataColumn | The C1DataColumn that was clicked. |