I’m using DevExpress LookUpEdit control in my application. I want to set the datasource property of control when user types any character in the LookUpEdit control. which event should i use for this operation?.
I want the result as google address bar working . Can anybody help me?
thanks.
Is the
TextChanged-Event what you are looking for?You might also have a look at the Events in the Documentation at DevExpress
Edit:
I think I found the answer