バージョン

ProjectColumnPropertyMapping クラス

データ ソースのフィールドをProjectColumn オブジェクトまたはその ProjectColumnSettings オブジェクトのプロパティにマップするときに使用します。
シンタックス
'宣言
 
Public Class ProjectColumnPropertyMapping 
   Inherits Infragistics.PropertyMappingBase(Of ProjectColumnProperty)
public class ProjectColumnPropertyMapping : Infragistics.PropertyMappingBase<ProjectColumnProperty> 
解説

ProjectColumnPropertyMapping オブジェクトには、ColumnItemsSource で指定したデータ ソースの特定のフィールドに関する情報と、そのフィールドをマップするのが ProjectColumn オブジェクトまたはその ProjectColumnSettings オブジェクトのどのプロパティであるかを示す情報があります。ProjectColumn オブジェクトまたは ProjectColumnSettings オブジェクトのプロパティは、ColumnProperty プロパティで識別し、データ ソース内のフィールドは、Infragistics.PropertyMappingBase`1.DataObjectProperty プロパティで識別します。

参照