FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ColumnFilterEditor Class / ActiveEditor Property

In This Topic
    ActiveEditor Property (ColumnFilterEditor)
    In This Topic
    Gets or sets the active filter editor.
    Syntax
    'Declaration
     
    
    Public Overridable Property ActiveEditor As IC1ColumnFilterEditor
    public virtual IC1ColumnFilterEditor ActiveEditor {get; set;}
    See Also