FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilterRow Class / GetColumnFilter Method
Column to get the filter for.

In This Topic
    GetColumnFilter Method (C1FlexGridFilterRow)
    In This Topic
    Gets the filter attached to a given grid column.
    Syntax
    'Declaration
     
    Public Function GetColumnFilter( _
       ByVal column As Column _
    ) As ColumnFilterRow
    public ColumnFilterRow GetColumnFilter( 
       Column column
    )

    Parameters

    column
    Column to get the filter for.

    Return Value

    A ColumnFilter object used to filter the given column.
    See Also