Skip to main content
All docs
V24.2

FetchPageAsyncArgs(CancellationToken, SortDefinition[], Object, Int32, Int32, Object[]) Constructor

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

Declaration

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

Parameters

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