Hai all,
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
Hai all,
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
Hi! You don't specify for what you need autocomplete, but I think you have to use MRUEdit instead of TextBox.