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

In This Topic
    GroupText Event (C1TrueDBGrid)
    In This Topic
    Occurs when the GroupInfo.HeaderText property is set to custom.
    Syntax
    'Declaration
     
    Public Event GroupText As GroupTextEventHandler
    public event GroupTextEventHandler GroupText
    Event Data

    The event handler receives an argument of type GroupTextEventArgs containing data related to this event. The following GroupTextEventArgs properties provide information specific to this event.

    PropertyDescription
    Column that is being grouped.  
    Last row index that is being grouped.  
    Value that the data is being grouped on.  
    Type of row being grouped.  
    First row index that is being grouped.  
    Custom text for the grouped row.  
    See Also