Search code examples
c#autocompletedevexpresstextedit

Autocompletion in c# DevExpress TextEdit


I am using devexpress TextEdit in c#.net application and i want to implement auto completion for TextEdit.My doubt is that for normal TextBox we set AutoCompletion mode property.But in devexpress TextEdit how we can ?

Please Help


Solution

  • You don't specify for what you need autocomplete, but I think you have to use MRUEdit instead of TextBox.