AjaxComboBoxMinimumChars Property |
The minimum number of characters that must be typed before the ajax callback occurs
Namespace: Cadcorp.Web.UIAssembly: Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 8.0.0.0 (8.0.0.0)
Syntaxpublic int MinimumChars { get; set; }
<asp:AjaxComboBox MinimumChars="Int32" />
Property Value
Type:
Int32
RemarksDefaults to 4
See Also