バージョン

RecurringAppointmentPropertyMappings プロパティ

Infragistics.Controls.Schedules.Services.Appointment オブジェクトのデータ ソース フィールド マッピングを指定します。
シンタックス
'宣言
 
Public Property RecurringAppointmentPropertyMappings As AppointmentPropertyMappingCollection
public AppointmentPropertyMappingCollection RecurringAppointmentPropertyMappings {get; set;}
解説

RecurringAppointmentPropertyMappings プロパティは、RecurringAppointmentItemsSource のどのフィールドが Infragistics.Controls.Schedules.Services.Appointment オブジェクトのどのプロパティにデータを提供するかを指定するために使用されます。

このプロパティはデフォルトで、空のコレクションを返します。Infragistics.Controls.Schedules.Services.AppointmentProperty 列挙体で定義されているように、データ ソース内のフィールド名がプロパティ名と同じ場合、返される AppointmentPropertyMappingCollectionInfragistics.Services.PropertyMappingCollection<TKey,TMapping>.UseDefaultMappings プロパティを true に設定できます。また、UseDefaultMappings を true に設定し、特定のフィールドのエントリを追加すると、他のフィールドではデフォルトのフィールド マッピングを使用したまま、特定のフィールドのフィールド マッピングをオーバーライドできます。

参照