True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBDropdown Class / OnFetchRowStyle Method

In This Topic
    OnFetchRowStyle Method (C1TrueDBDropdown)
    In This Topic
    Occurs whenever the grid is about to display a row of data and the FetchRowStyles property is True.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnFetchRowStyle( _
       ByVal e As FetchRowStyleEventArgs _
    ) 
    protected override void OnFetchRowStyle( 
       FetchRowStyleEventArgs e
    )

    Parameters

    e
    See Also