Gets the text entered by an end user.
Namespace:DevExpress.Xpf.Editors
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public string Text { get; }
|
VB |
Public ReadOnly Property Text As String
|
Property value
Type: String
Text entered by an end user.

Remarks
Use the Text property to get the text currently entered by an end user.
Use the provided text to create a list of suggestions for the AutoSuggestEdit editor.

See Also