Determines the number of rows to load from server when using virtual scrolling.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Callback")]
[DefaultValueAttribute()]
[JsonAttribute(true, true, )]
[LayoutAttribute(LayoutType.Behavior)]
public int VirtualScrollSize { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Callback")> _
<DefaultValueAttribute()> _
<JsonAttribute(True, True, )> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property VirtualScrollSize As Integer
	Get
	Set

Field Value

Should be greater than 0. The default value is 30.

See Also