[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ValueFilter.Apply

Apply Method

Apply(object)

Applies the filter to a value.

Declaration
public override bool Apply(object value)
Public Overrides Function Apply(value As Object) As Boolean
Parameters
Type Name Description
object value

Value to be filtered.

Returns
Type Description
bool

True if the value satisfies the filter; False otherwise.

Overrides