ComponentOne FlexGrid for WinForms
Initialize Method

C1.Win.C1FlexGrid Namespace > IC1ColumnFilterEditor Interface : Initialize Method
C1FlexGridBase that contains the column to be filtered.
Index of the column that contains the values to be filtered.
IC1ColumnFilter being edited.
Initializes the editor with parameters from a filter to be edited.
Syntax
'Declaration
 
Sub Initialize( _
   ByVal grid As C1FlexGridBase, _
   ByVal columnIndex As Integer, _
   ByVal filter As IC1ColumnFilter _
) 

Parameters

grid
C1FlexGridBase that contains the column to be filtered.
columnIndex
Index of the column that contains the values to be filtered.
filter
IC1ColumnFilter being edited.
See Also

Reference

IC1ColumnFilterEditor Interface
IC1ColumnFilterEditor Members