AutoSuggestEditTextChangedEventArgs.Text Property
In This Article
Gets a new text displayed within the editor’s text box.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
String | A string that represents a new text. |
#Remarks
Use the Text property to get the new text, entered in editor’s text box. To get the reason of the text changing, use the Reason property.
See Also