Question

I have a Devexpress textEdit control in windows application. Do we have option to list the cokkie values while typing the text in the texteditor

Était-ce utile?

La solution

TextEdit does not support the auto complete functionality you are asking about. A possible solution is to use the ComboBoxEdit or LookupEdit controls. Both of them can hold a list of items shown in the dropdown window. Finally, you should write a code which will the editors with values stored in cookies.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top