ComponentOne True DBGrid for WinForms
GroupHeadClick Event

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : GroupHeadClick Event
Occurs whenever a column in the grouping area is clicked.
Syntax
'Declaration
 
Public Event GroupHeadClick As GroupColEventHandler
public event GroupColEventHandler GroupHeadClick
Event Data

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.

PropertyDescription
Indicates the position in the DisplayColumns collection.  
The C1DataColumn that was clicked.  
See Also