ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / Frame Class / OnFetchRowStyle Method

In This Topic
    OnFetchRowStyle Method (Frame)
    In This Topic
    Raised when a custom style is to be used for renderind a grouped cell.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFetchRowStyle( _
       ByVal e As FetchRowStyleEventArgs _
    ) 
    protected virtual void OnFetchRowStyle( 
       FetchRowStyleEventArgs e
    )

    Parameters

    e
    See Also