True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / FetchRowStyle Event

In This Topic
    FetchRowStyle Event (C1TrueDBGrid)
    In This Topic
    Occurs whenever the grid renders a row and the FetchRowStyles property has been set.
    Syntax
    'Declaration
     
    Public Event FetchRowStyle As FetchRowStyleEventHandler
    public event FetchRowStyleEventHandler FetchRowStyle
    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