Version

Show Method

Shows the associated UI for performing a filtering operation.
Syntax
'Declaration
 
Public Sub Show( _
   ByVal columnFilter As Infragistics.Win.UltraWinGrid.ColumnFilter, _
   ByVal rows As Infragistics.Win.UltraWinGrid.RowsCollection, _
   ByVal exclusionRect As Rectangle, _
   ByVal values As Infragistics.Win.ValueList _
) 
public void Show( 
   Infragistics.Win.UltraWinGrid.ColumnFilter columnFilter,
   Infragistics.Win.UltraWinGrid.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 associated with the filtering operation. Can be null for a root-level collection.
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.
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