AutoSuggestEditQuerySubmittedEventArgs.Text Property
Gets the text entered by an end user.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v21.2.dll
Declaration
Property Value
Type | Description |
---|---|
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