バージョン

ColumnPropertyMappings プロパティ

ProjectColumn オブジェクトのデータ ソース フィールド マッピングを指定します。
シンタックス
'宣言
 
Public Property ColumnPropertyMappings As ProjectColumnPropertyMappingCollection
public ProjectColumnPropertyMappingCollection ColumnPropertyMappings {get; set;}
解説

ColumnPropertyMappings プロパティは、ColumnItemsSource のどのフィールドが ProjectColumn オブジェクトのどのプロパティのデータを提供するかを指定します。

データ ソースのフィールド名がProjectColumnProperty 列挙体で定義したプロパティ名と同じ場合、コレクションの Infragistics.PropertyMappingCollection`2.UseDefaultMappings プロパティは true に設定できます。また、UseDefaultMapping を true に設定し、特定のフィールドのエントリを追加すると、他のフィールドではデフォルトのフィールド マッピングを使用したまま、特定のフィールドのフィールド マッピングをオーバーライドできます。

参照