Do we have functionality in Text Edit control to list cookie values?

506 views Asked by At

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

1

There are 1 answers

0
DevExpress Team On BEST ANSWER

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.