Skip to main content
All docs
V23.2

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.v23.2.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