Skip to main content

FetchEventArgsBase.Skip Property

Gets the number of rows to skip in a returned result set.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public int Skip { get; }

#Property Value

Type Description
Int32

The number of rows to skip in a returned result set.

See Also