Data Binding Overview > Databinding Tutorial - Creating a Simple Databound TileControl > Step 4 of 4: Setting TileControl’s Property Mappings |
In this step you will create a PropertyMapping member to bind the ProductName and the ProductName’s text to the C1TileControl.
PropertyMapping.TileProperty to TextThis will bind the ProductName to the Text property of the C1TileControl.
Run the project and observe
Press F4 to run the project and notice that the ProductName’s Text is bound to each tile in the C1TileControl.