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

FetchRowStyle Event (C1ListBase)
Fires whenever the list is about to display a row of data and the FetchRowStyles property is True.
Syntax
'Declaration
 
Public Event FetchRowStyle As FetchRowStyleEventHandler
 
Event Data

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

PropertyDescription
The Style used to render the row.  
The index of the row for the cell being rendered.  
Indicates the position in the Splits collection.  
See Also