Gets or sets a value that determines whether to automatically filter the C1ComboBox drop-down list on keypress.

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

Syntax

JavaScript
function get_autoFilter();
function set_autoFilter(value);

See Also