AjaxComboBoxDelay Property |
Gets or Sets the [!:System.Integer] specifying the time in milliseconds of inactivity that the control waits before performing the search.
Namespace: Cadcorp.Web.UIAssembly: Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 8.0.0.0 (8.0.0.0)
Syntaxpublic int Delay { get; set; }
<asp:AjaxComboBox Delay="Int32" />
Property Value
Type:
Int32
RemarksDefaults to 750
See Also