summaryP:DotNetNuke.UI.WebControls.DNNTextSuggest.LostFocusDelay

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
[DefaultValueAttribute(500)]
[ClientPropertyNameAttribute("lfdelay")]
[ClientPropertyAttribute]
public int LostFocusDelay { get; set; }
Visual Basic
<DefaultValueAttribute(500)> 
<ClientPropertyNameAttribute("lfdelay")> 
<ClientPropertyAttribute> 
Public Property LostFocusDelay As Integer
	Get
	Set

See Also