Click or drag to resize
KaxComboBoxItemsPerRequest Property
Gets or sets the number of Items the KaxComboBox will load per Item request.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int ItemsPerRequest { get; set; }

Property Value

Type: Int32
Remarks
Set this property to -1 to load all Items when EnableAutomaticLoadOnDemand is set to true and disable Virtual Scrolling/Show More Results. The default is -1.
See Also