Click or drag to resize

RecroGridRGGetDataParamSkip Property

Gets or sets the skip.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public int Skip { get; set; }

Property Value

Type: Int32
Specified number of elements in a sequence and then returns the remaining elements.
See Also