DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / C1DataFilter Class / ApplyFilter Method

In This Topic
    ApplyFilter Method (C1DataFilter)
    In This Topic
    Applies the filter to the items source.
    Syntax
    'Declaration
     
    Public Sub ApplyFilter() 
    public void ApplyFilter()
    Exceptions
    ExceptionDescription
    The C1.DataFilter.PredicateExpression can not be used with the System.Data.DataTable class.
    See Also