FlexGrid for WinForms
Apply Method (ColumnFilter)



Value to be filtered.
Applies the filter to a value.
Syntax
'Declaration
 
Public Function Apply( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As ColumnFilter
Dim value As Object
Dim value As Boolean
 
value = instance.Apply(value)
public bool Apply( 
   object value
)
public:
bool Apply( 
   Object^ value
) 

Parameters

value
Value to be filtered.

Return Value

True if the value satisfies the filter; False otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnFilter Class
ColumnFilter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback