summaryP:DotNetNuke.UI.WebControls.DNNTextSuggest.JSFunction

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

Syntax

C#
[DefaultValueAttribute("")]
[ClientPropertyAttribute]
[ClientPropertyNameAttribute("js")]
public string JSFunction { get; set; }
Visual Basic
<DefaultValueAttribute("")> 
<ClientPropertyAttribute> 
<ClientPropertyNameAttribute("js")> 
Public Property JSFunction As String
	Get
	Set

See Also