ComponentOne TileControl for WinForms
TileControl for WinForms Task-Based Help / Creating a Lookup Table for C1TileControl
In This Topic
    Creating a Lookup Table for C1TileControl
    In This Topic

    To create a lookup table using the PropertyMapping Collection Editor, complete the following:

    1. Create a new data source. For more information see Connect to a new data source.
    2. In the Data Source Configuration Wizard expand the Tables and select Categories, Products, and Suppliers.
    3. Select Finish.
    4. Select the C1TileControl and expand the Data node in the C1TileControl’s property window.
    5. Set the C1TileControl.DataSource property to c1NwindDataSet.
    6. Set the DataMember to Products.

    Setting these two properties binds the products data table in the c1NwindDataSet to the TileControl.