ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / FetchCellStyle Event

In This Topic
    FetchCellStyle Event (C1List)
    In This Topic
    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
    public event FetchCellStyleEventHandler FetchCellStyle
    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