C1.Win.C1List.ListBase Namespace / C1ListBase Class / FetchCellStyle Event

FetchCellStyle Event (C1ListBase)
Fires when the list is about to display cell data in a column whose FetchStyle property is set to True.
Syntax
'Declaration
 
Public Event FetchCellStyle As FetchCellStyleEventHandler
 
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 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