ComponentOne FlexGrid for WPF and Silverlight
Apply Method (ValueFilter)

C1.Silverlight.FlexGrid Namespace > ValueFilter Class : Apply Method
Value to test.
Applies the filter to a given value.
Syntax
'Declaration
 
Public Function Apply( _
   ByVal value As System.Object _
) As System.Boolean
public System.bool Apply( 
   System.object value
)

Parameters

value
Value to test.

Return Value

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

Reference

ValueFilter Class
ValueFilter Members