Version

Show Method (IFilterUIProvider)

Shows the associated UI for performing a filtering operation.
Syntax
'Declaration
 
Sub Show( _
   ByVal columnFilter As ColumnFilter, _
   ByVal rows As RowsCollection, _
   ByVal exclusionRect As Rectangle, _
   ByVal values As Infragistics.Win.ValueList _
) 
void Show( 
   ColumnFilter columnFilter,
   RowsCollection rows,
   Rectangle exclusionRect,
   Infragistics.Win.ValueList values
)

Parameters

columnFilter
The column filter instance associated with the column being filtered.
rows
The collection of rows that the filtering associated with the filtering operation.
exclusionRect
The rectangle that must remain visible and not be obscured by the UI.
values
The list of cell values that the user can select for comparison.
Remarks

Note: It is the responsibility of the implementer to apply the filtering to the column.

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