PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / C1DataBinding Class / Filters Property

In This Topic
    Filters Property (C1DataBinding)
    In This Topic
    Gets the collection of expressions that are used to filter the data retrieved by the current data binding.
    Syntax
    'Declaration
     
    Public ReadOnly Property Filters As ExpressionCollection
    public ExpressionCollection Filters {get;}
    See Also