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

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