Version

RecurringAppointmentPropertyMappings Property

Specifies the data source field mappings for the Appointment object.
Syntax
'Declaration
 
Public Property RecurringAppointmentPropertyMappings As AppointmentPropertyMappingCollection
public AppointmentPropertyMappingCollection RecurringAppointmentPropertyMappings {get; set;}
Remarks

RecurringAppointmentPropertyMappings property is used to specify which fields in the RecurringAppointmentItemsSource provide data for which properties of the Appointment object.

This property by default returns an empty collection. You can set the Infragistics.PropertyMappingCollection<TKey,TMapping>.UseDefaultMappings property on the returned AppointmentPropertyMappingCollection to true if the field names in the data source are the same as the property names as defined by the AppointmentProperty enum. You can also set UseDefaultMappings to true and add entries for specific fields to override the field mappings for those particular fields while having the rest of the fields use the default field mappings.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also