ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / IC1ColumnFilter Interface / GetEditor Method

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

    Return Value

    An IC1ColumnFilterEditor to be used to modify the filter at run time.
    Remarks
    The control returned must implement the IC1ColumnFilterEditor interface.
    See Also