ComponentOne DataFilter for WPF
C1.WPF.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 PredicateExpression can not be used with the System.Data.DataTable class.
    See Also