AutoSuggestEdit.SetEditText(String) Method
Sets the specified string to the editor’s text box.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.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