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

In This Topic
    OnGroupText Method (Frame)
    In This Topic
    Raised when custom values are to be used for the group text.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnGroupText( _
       ByVal e As GroupTextEventArgs _
    ) 
    protected virtual void OnGroupText( 
       GroupTextEventArgs e
    )

    Parameters

    e
    See Also