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

In This Topic
    GroupInterval Event (C1TrueDBGrid)
    In This Topic
    Occurs whenever a row is being grouped and a custom interval has been specified.
    Syntax
    'Declaration
     
    Public Event GroupInterval As GroupIntervalEventHandler
    public event GroupIntervalEventHandler GroupInterval
    Event Data

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

    PropertyDescription
    Column that is being grouped.  
    Row index that is being grouped.  
    Underlying value of the row being grouped.  
    See Also