Version

ApplyNewFiltersHelper(ColumnFilter,ColumnFilter,UltraGridFilterRow,RowsCollection) Method

For Infragistics internal use only. Applies the new filters and fires any necessary events.
Syntax
'Declaration
 
Public Overloads Shared Function ApplyNewFiltersHelper( _
   ByVal origColumnFilter As ColumnFilter, _
   ByVal newColumnFilter As ColumnFilter, _
   ByVal filterRow As UltraGridFilterRow, _
   ByVal rows As RowsCollection _
) As Boolean
public static bool ApplyNewFiltersHelper( 
   ColumnFilter origColumnFilter,
   ColumnFilter newColumnFilter,
   UltraGridFilterRow filterRow,
   RowsCollection rows
)

Parameters

origColumnFilter
newColumnFilter
filterRow
Optional. Passed in only if filtering is being done through a filter row.
rows
RowsCollection to which the column filter will be applied. Will be null if RowFilterMode is AllRowsInBand and the RowsCollection is a child collection.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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