True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / GroupHeadClick Event

In This Topic
    GroupHeadClick Event (C1TrueDBGrid)
    In This Topic
    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