TileControl for WinForms
手順 4:TileControl のプロパティマッピングの設定
データ連結の概要 > データ連結チュートリアル - 単純なデータ連結 TileControl の作成 > 手順 4:TileControl のプロパティマッピングの設定

この手順では、PropertyMapping メンバを作成して、ProductName と ProductName のテキストを C1TileControl に連結します。

  1. C1TileControl を選択し、C1TileControl のプロパティウィンドウで Data ノードを展開します。
  2. C1TileControl のプロパティウィンドウで、PropertyMappings プロパティの横にある省略符ボタンをクリックします。PropertyMapping コレクションエディタが表示されます。
  3. 追加]をクリックします。C1.Win.C1Tile.PropertyMapping 項目は、次のようになります。

  4. 追加]をクリックし、[0] [*] -> [None] のプロパティを次のように設定します。
    • PropertyMapping.DataFieldProductName に設定
    これで、製品名が各タイルに連結されます。
    • PropertyMapping.TilePropertyText に設定

    これで、ProductNameC1TileControlText プロパティに連結されます。

プロジェクトの実行と動作の確認

F4]を押してプロジェクトを実行し、ProductName の TextC1TileControl の各タイルに連結されていることを確認します。