AutoSuggestEdit.SetEditText(String) Method
In This Article
Sets the specified string to the editor’s text box.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#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