Back to Devexpress

AutoSuggestEditTextChangedEventArgs.Text Property

wpf-devexpress-dot-xpf-dot-editors-dot-autosuggestedittextchangedeventargs-5f9b2cb9.md

latest1.3 KB
Original Source

AutoSuggestEditTextChangedEventArgs.Text Property

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Text { get; }
vb
Public ReadOnly Property Text As String

Property Value

TypeDescription
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

AutoSuggestEditTextChangedEventArgs Class

AutoSuggestEditTextChangedEventArgs Members

DevExpress.Xpf.Editors Namespace