Skip to main content
A newer version of this page is available. .

AutoSuggestEditTextChangedEventArgs.Text Property

Gets a new text displayed within the editor’s text box.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public string Text { get; }

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