ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.5.2 Assembly / C1.Win.C1FlexGrid Namespace / Column Class / ActiveFilter Property

In This Topic
    ActiveFilter Property
    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