True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / CustomizeFilterEditorEventArgs Class / CustomizeFilterEditorEventArgs Constructor
The name of column for filtering.
The index of column for filtering.
The data type for the value editor of filter condition.

In This Topic
    CustomizeFilterEditorEventArgs Constructor
    In This Topic
    Initializes a new instance of a CustomizeFilterEditorEventArgs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal columnName As System.String, _
       ByVal columnIndex As System.Integer, _
       ByVal editorType As System.Type _
    )
    public CustomizeFilterEditorEventArgs( 
       System.string columnName,
       System.int columnIndex,
       System.Type editorType
    )

    Parameters

    columnName
    The name of column for filtering.
    columnIndex
    The index of column for filtering.
    editorType
    The data type for the value editor of filter condition.
    See Also