Skip to main content
All docs
V25.1
  • FetchAsyncArgsBase(CancellationToken, SortDefinition[], Object, Int32, Object[]) Constructor

    Initializes a new instance of the FetchAsyncArgsBase class with specified settings.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public FetchAsyncArgsBase(
        CancellationToken cancellationToken,
        SortDefinition[] sortOrder,
        object filter,
        int skip,
        object[] keys
    )

    Parameters

    Name Type
    cancellationToken CancellationToken
    sortOrder DevExpress.Xpf.Data.SortDefinition[]
    filter Object
    skip Int32
    keys Object[]
    See Also