That's it, I use DevExpress LookupEdit in a C # .NET project, also set the Display Member and Value property for LookupEdit. How to get the selected value from DevExpress LookupEdit.
thanks
You should use the lookupEdit.EditValue property. If you need to get the DisplayText editor, use its Text property.