FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ColumnFilter Class / GetEditor Method

In This Topic
    GetEditor Method (ColumnFilter)
    In This Topic
    Gets the editor used to modify the filter at run time.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetEditor() As IC1ColumnFilterEditor
    public virtual IC1ColumnFilterEditor GetEditor()

    Return Value

    A IC1ColumnFilterEditor that is used to edit the filter at run time.
    See Also