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