views:

123

answers:

1

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

+1  A: 

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

jmservera
jmservera: ok agree.But how can i implement autocomplete ??
Vyas
You don't need to implement anything, just drop the MRUEdit (http://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraEditorsMRUEdittopic)
jmservera
jmservera: but its looking like combobox or LookupEdit....??
Vyas
MruEdit is a ComboBox which allows you to edit its dropdown items collection by writing a new value. For more information, please refer to our documentation: http://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraEditorsMRUEdittopic
DevExpress Team