True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / OnFetchGroupCellStyle Method

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

    Parameters

    e
    See Also