Pregunta

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

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top