ComponentOne True DBGrid for WinForms
FetchGroupCellStyle Event

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : FetchGroupCellStyle Event
Occurs whenever a grouped cell that contains an aggregate is to be rendered and C1DisplayColumn.FetchStyle is true.
Syntax
'Declaration
 
Public Event FetchGroupCellStyle As FetchCellStyleEventHandler
public event FetchCellStyleEventHandler FetchGroupCellStyle
Event Data

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

PropertyDescription
The Style used to render the cell.  
The index of the column in the DisplayColumns collection.  
The C1DisplayColumn being rendered.  
The sum of one or more CellStyleFlag constants describing the disposition of the cell being rendered.  
The index of the row for the cell being rendered.  
Indicates the position in the Splits collection.  
See Also