ComponentOne True DBGrid for WinForms
GroupInterval Event

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : GroupInterval Event
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