KaxComboBoxItemsPerRequest Property |
Gets or sets the number of Items the KaxComboBox will load per Item request.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int ItemsPerRequest { get; set; }
Public Property ItemsPerRequest As Integer
Get
Set
public:
property int ItemsPerRequest {
int get ();
void set (int value);
}
member ItemsPerRequest : int with 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