Skip to main content

AutoSuggestEdit.SetEditText(String) Method

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public void SetEditText(
    string text
)

Parameters

Name Type Description
text String

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