True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / GroupAggregate Event

In This Topic
    GroupAggregate Event (C1TrueDBGrid)
    In This Topic
    Occurs when the C1DataColumn.Aggregate is set to Custom for a grouped row.
    Syntax
    'Declaration
     
    Public Event GroupAggregate As GroupTextEventHandler
    public event GroupTextEventHandler GroupAggregate
    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