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.UI
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic int Delay { get; set; }
Public Property Delay As Integer
Get
Set
<asp:AjaxComboBox Delay="Int32" />
Property Value
Type:
Int32
RemarksDefaults to 750
See Also