Gets or sets the delaying time before auto complete start.(In milliseconds).

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1ComboBoxClient (in C1ComboBoxClient.dll)

Syntax

JavaScript
function get_autoCompleteDelay();
function set_autoCompleteDelay(value);

See Also