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

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

Parameters

column
Column to get the filter for.

Return Value

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