Skybound AutoComplete

AutoCompleteEventArgs.Text Property

Gets the string representation of the item, as it is displayed in the drop-down suggestion window.

[Visual Basic]
Public ReadOnly Property Text As String
[C#]
public string Text {get;}

Property Value

A String representing the item displayed in the drop-down suggestion window.

See Also

AutoCompleteEventArgs Class | Skybound.AutoComplete Namespace