FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Column Class / ActiveFilter Property

In This Topic
    ActiveFilter Property (Column)
    In This Topic
    Gets the IC1ColumnFilter that is currently filtering this column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveFilter As IC1ColumnFilter
    public IC1ColumnFilter ActiveFilter {get;}
    See Also