ComponentOne FlexGrid for WinForms
CustomizeFilterEditorEventArgs Constructor

C1.Win.C1FlexGrid Namespace > CustomizeFilterEditorEventArgs Class : CustomizeFilterEditorEventArgs Constructor
The column for filtering.
The data type for the value editor of filter condition.
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

Reference

CustomizeFilterEditorEventArgs Class
CustomizeFilterEditorEventArgs Members