Gets or sets a value indicating whether the drop-down list for the C1ComboBox should be closed on blur.

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

Syntax

JavaScript
function get_hideDropDownListOnBlur();
function set_hideDropDownListOnBlur(value);

See Also