RecroGridRGGetDataParamMaxItems Property

Gets or sets the maximum number of items.

Definition

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

Property Value

Int32
If its value is -1 (first query), then it queries what is the maximum number of elements that can be in a List view.

See Also