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 _
)
 

Parameters

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