Back to Devexpress

AutoSuggestEdit.SetEditText(String) Method

wpf-devexpress-dot-xpf-dot-editors-dot-autosuggestedit-dot-setedittext-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

AutoSuggestEdit.SetEditText(String) Method

Sets the specified string to the editor’s text box.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void SetEditText(
    string text
)
vb
Public Sub SetEditText(
    text As String
)

Parameters

NameTypeDescription
textString

A string that will be assigned to the editor’s text box.

|

Remarks

After the SetEditText method is called, the AutoSuggestEdit.TextChanged and BaseEdit.EditValueChanged events are fired.

See Also

TextChanged

AutoSuggestEdit Class

AutoSuggestEdit Members

DevExpress.Xpf.Editors Namespace