I have a basic property that stores an object of type Fruit:
Fruit food; public Fruit Food { get {return this.food;} set { this.food= val
You can't databind to a property and then explictly assign a value to the databound property.