KaxComboBoxItemRequestTimeout Property |
Specifies the timeout after each keypress before KaxComboBox
fires an AJAX callback to the ItemsRequested server-side event.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int ItemRequestTimeout { get; set; }
Public Property ItemRequestTimeout As Integer
Get
Set
public:
property int ItemRequestTimeout {
int get ();
void set (int value);
}
member ItemRequestTimeout : int with get, set
Property Value
Type:
Int32
Remarks
In miliseconds. ItemRequestTimeout = 500 is equal to half a
second delay.
See Also