9

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

Vyasdev Meledath
  • 8,926
  • 20
  • 48
  • 68

1 Answers1

13

You should use the lookupEdit.EditValue property. If you need to obtain the editor's DisplayText, use its Text property.

DevExpress Team
  • 11,338
  • 2
  • 24
  • 23