Reputation: 9016
Hai all, Am using DevExpress LookupEdit in C#.NET project,also set both Display Member and Value member property of LookupEdit.How do I get selected value from DevExpress LookupEdit.
Thank you
Upvotes: 9
Views: 22772
Reputation: 11376
You should use the lookupEdit.EditValue property. If you need to obtain the editor's DisplayText, use its Text property.
Upvotes: 13