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

In This Topic
    OnFetchFilterStyle Method (Frame)
    In This Topic
    Raised to customize the filter bar style.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnFetchFilterStyle( _
       ByVal e As FetchFilterStyleEventArgs _
    ) 
    protected virtual void OnFetchFilterStyle( 
       FetchFilterStyleEventArgs e
    )

    Parameters

    e
    See Also