Gets or sets a value that determines whether text matching should be case sensitive.

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

Syntax

JavaScript
function get_isCaseSensitive();
function set_isCaseSensitive(value);

See Also