C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ConditionFilter Class / Apply Method
Value to test.

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

Parameters

value
Value to test.

Return Value

True if the value satisfies the filter, false otherwise.
See Also