GrapeCity MultiRow Windows Forms Documentation
Filtering Method (FilteringTextBoxCell)


The FilteringTextBoxCell's edited formatted value.
The target cell's value.
The target cell's parent row index.
Filters the specified value with the FilteringTextBoxCell's edited formatted value.
Syntax
Protected Overridable Function Filtering( _
   ByVal editedFormattedValue As Object, _
   ByVal targetCellValue As Object, _
   ByVal targetRowIndex As Integer _
) As Boolean
Dim instance As FilteringTextBoxCell
Dim editedFormattedValue As Object
Dim targetCellValue As Object
Dim targetRowIndex As Integer
Dim value As Boolean
 
value = instance.Filtering(editedFormattedValue, targetCellValue, targetRowIndex)
protected virtual bool Filtering( 
   object editedFormattedValue,
   object targetCellValue,
   int targetRowIndex
)

Parameters

editedFormattedValue
The FilteringTextBoxCell's edited formatted value.
targetCellValue
The target cell's value.
targetRowIndex
The target cell's parent row index.

Return Value

true if targetCellValue is filtered; otherwise, false.
Remarks
If you inherit this FilteringTextBoxCell, you can override this method to implement your own filtering logic.
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

FilteringTextBoxCell Class
FilteringTextBoxCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.