Skip to main content
A newer version of this page is available. .

ASPxAppointmentMappingInfo Properties

Provides information on the mapping of the appointment’s properties to the appropriate data fields.
Name Description
AllDay Gets or sets the data field which an appointment’s Appointment.AllDay property is bound to.
AllDayConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
AllDayConverter Gets or sets a value converter for the Appointment.AllDay property. Inherited from AppointmentMappingInfo.
AppointmentId Gets or sets the data field, to which an appointment’s unique identifier is bound.
AppointmentIdConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
AppointmentIdConverter Gets or sets a value converter for the Appointment.Id property. Inherited from AppointmentMappingInfo.
Description Gets or sets the data field to which an appointment’s Appointment.Description property is bound.
DescriptionConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
DescriptionConverter Gets or sets a value converter for the Appointment.Description property. Inherited from AppointmentMappingInfo.
End Gets or sets the data field to which an appointment’s Appointment.End property is bound.
EndConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
EndConverter Gets or sets a value converter for the Appointment.End property. Inherited from AppointmentMappingInfo.
Label Gets or sets the data field to which an appointment’s Appointment.LabelId property is bound.
LabelConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
LabelConverter Gets or sets a value converter for the Appointment.LabelKey property. Inherited from AppointmentMappingInfo.
Location Gets or sets the data field to which an appointment’s Appointment.Location property is bound.
LocationConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
LocationConverter Gets or sets a value converter for the Appointment.Location property. Inherited from AppointmentMappingInfo.
OriginalOccurrenceEnd Gets or sets the data field to which an appointment’s Appointment.OriginalOccurrenceEnd property is bound. Inherited from AppointmentMappingInfo.
OriginalOccurrenceEndConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
OriginalOccurrenceEndConverter Gets or sets a value converter for the Appointment.OriginalOccurrenceEnd property. Inherited from AppointmentMappingInfo.
OriginalOccurrenceStart Gets or sets the data field to which an appointment’s Appointment.OriginalOccurrenceStart property is bound. Inherited from AppointmentMappingInfo.
OriginalOccurrenceStartConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
OriginalOccurrenceStartConverter Gets or sets a value converter for the Appointment.OriginalOccurrenceStart property. Inherited from AppointmentMappingInfo.
PercentComplete Gets or sets the data field to which an appointment’s Appointment.PercentComplete property is bound to.
PercentCompleteConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
PercentCompleteConverter Gets or sets a value converter for the Appointment.PercentComplete property. Inherited from AppointmentMappingInfo.
RecurrenceInfo Gets or sets the data field to which an appointment’s Appointment.RecurrenceInfo property is bound.
RecurrenceInfoConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
RecurrenceInfoConverter Gets or sets a value converter for the Appointment.RecurrenceInfo property. Inherited from AppointmentMappingInfo.
ReminderInfo Gets or sets the data field to which an appointment’s Appointment.Reminder property is bound.
ReminderInfoConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
ReminderInfoConverter Gets or sets a value converter for the Appointment.AllDay property. Inherited from AppointmentMappingInfo.
ResourceId Gets or sets the data field to which an appointment’s Appointment.ResourceId property is bound.
ResourceIdConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
ResourceIdConverter Gets or sets a value converter for the Appointment.Id property. Inherited from AppointmentMappingInfo.
Start Gets or sets the data field to which an appointment’s Appointment.Start property is bound.
StartConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
StartConverter Gets or sets a value converter for the Appointment.Start property. Inherited from AppointmentMappingInfo.
Status Gets or sets the data field to which an appointment’s Appointment.StatusId property is bound.
StatusConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
StatusConverter Gets or sets a value converter for the Appointment.StatusKey property. Inherited from AppointmentMappingInfo.
Subject Gets or sets the data field to which an appointment’s Appointment.Subject property is bound.
SubjectConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
SubjectConverter Gets or sets a value converter for the Appointment.Subject property. Inherited from AppointmentMappingInfo.
TimeZoneId Gets or sets the data field to which the Appointment.TimeZoneId property is bound. Inherited from AppointmentMappingInfo.
TimeZoneIdConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
TimeZoneIdConverter Gets or sets a value converter for the Appointment.TimeZoneId property. Inherited from AppointmentMappingInfo.
Type Gets or sets the data field to which an appointment’s Appointment.Type property is bound.
TypeConversionBehavior Gets or sets the converter position in the data processing chain between the data source and the object’s property. Inherited from AppointmentMappingInfo.
TypeConverter Gets or sets a value converter for the Appointment.Type property. Inherited from AppointmentMappingInfo.
See Also