Question

In my form I have 3 buttons and 1 lookupedit. Lookupedit is disabled initially If i click on button1 it enables and then I select 3rd item(Computer) from lookupedit it displays and i select button2 now lookupedit is disabled. If again i click button1 then that time previously selected 3rd Item(Computer) is display again. How to clear that before selecting ?

Thanks in Advance, Sri

Was it helpful?

Solution

All that you need to clear the selected value in the LookUpEdit editor is to set the EditValue property to null. This is valid for any DevExpress editor, because all of them has a common structure

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top