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

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

    Parameters

    e
    See Also