ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CustomizeFilterEditorEventArgs Class / CustomizeFilterEditorEventArgs Constructor
The 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 column As Column, _
       ByVal editorType As Type _
    )
    public CustomizeFilterEditorEventArgs( 
       Column column,
       Type editorType
    )

    Parameters

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