C1.Win.C1FlexGrid Namespace / ConditionFilter Class / Apply Method
Value to be filtered.

In This Topic
Apply Method (ConditionFilter)
In This Topic
Applies the filter to a value.
Syntax
'Declaration
 
Public Overrides Function Apply( _
   ByVal value As Object _
) As Boolean
 

Parameters

value
Value to be filtered.

Return Value

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