C1.Maui.Input Assembly / C1.Maui.Input Namespace / TextBoxAutoCompleteEventArgs Class / Text Property
Text Property (TextBoxAutoCompleteEventArgs)
In This Topic
Gets or sets the text that is being auto-completed.
Syntax
public string Text {get; set;}
Remarks
Use this property to correct the capitalization of the entered text.
See Also