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

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

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    Declaration

    public FetchRowsAsyncArgs(
        CancellationToken cancellationToken,
        SortDefinition[] sortOrder,
        object filter,
        int skip,
        int? take,
        object[] keys,
        object skipToken
    )

    Parameters

    Name Type
    cancellationToken CancellationToken
    sortOrder DevExpress.Xpf.Data.SortDefinition[]
    filter Object
    skip Int32
    take Nullable<Int32>
    keys Object[]
    skipToken Object
    See Also