Gets or sets the maximum number of characters that can be entered in the C1ComboBox text box.

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

Syntax

JavaScript
function get_maxLength();
function set_maxLength(value);

See Also