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

In This Topic
    OnFetchGroupCellStyle Method (C1TrueDBGrid)
    In This Topic
    Raises the FetchGroupCellStyle event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnFetchGroupCellStyle( _
       ByVal e As FetchCellStyleEventArgs _
    ) 
    protected override void OnFetchGroupCellStyle( 
       FetchCellStyleEventArgs e
    )

    Parameters

    e
    See Also