ComponentOne FlexGrid for WinForms
Apply Method (ColumnFilter)

C1.Win.C1FlexGrid Namespace > ColumnFilter Class : Apply Method
Value to be filtered.
Applies the filter to a value.
Syntax
'Declaration
 
Public Function Apply( _
   ByVal value As Object _
) As Boolean
public bool Apply( 
   object value
)

Parameters

value
Value to be filtered.

Return Value

True if the value satisfies the filter; False otherwise.
See Also

Reference

ColumnFilter Class
ColumnFilter Members