Skip to main content

FetchRowsResult(Object[], Boolean, Object) Constructor

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public FetchRowsResult(
    object[] rows,
    bool hasMoreRows = true,
    object nextSkipToken = null
)

Parameters

Name Type
rows Object[]

Optional Parameters

Name Type Default
hasMoreRows Boolean True
nextSkipToken Object null
See Also