FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilter Class / ShowFilterEditor Method
Column that contains the filter to be edited.

In This Topic
    ShowFilterEditor Method
    In This Topic
    Show the filter editor for a given grid column.
    Syntax
    'Declaration
     
    Public Sub ShowFilterEditor( _
       ByVal col As Column _
    ) 
    public void ShowFilterEditor( 
       Column col
    )

    Parameters

    col
    Column that contains the filter to be edited.
    See Also