Version

GetFilterCellEditor Method

Returns the editor that should be used in the filter cell when the FilterOperandStyle is set to Default or FilterUIProvider.
Syntax
'Declaration
 
Public Function GetFilterCellEditor( _
   ByVal column As Infragistics.Win.UltraWinGrid.UltraGridColumn _
) As Infragistics.Win.EmbeddableEditorBase
public Infragistics.Win.EmbeddableEditorBase GetFilterCellEditor( 
   Infragistics.Win.UltraWinGrid.UltraGridColumn column
)

Parameters

column
The column for which an editor in the filter row is being requested.

Return Value

The editor that should be used, or null if the grid should use the default editor.
Remarks

Note: The grid will not cache the editor returned from this method, so it is up to the implementor to use a caching mechanism, if applicable.

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