views:

55

answers:

1

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

+1  A: 

Hi,

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

DevExpress Team
thanks for the information
Vyas