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

In This Topic
    Filter Property (Column)
    In This Topic
    Gets or sets the IC1ColumnFilter responsible for filtering this column.
    Syntax
    'Declaration
     
    
    Public Property Filter As IC1ColumnFilter
    public IC1ColumnFilter Filter {get; set;}
    See Also