Back to Devexpress

AppointmentMappings Properties

maui-devexpress-dot-maui-dot-scheduler-dot-appointmentmappings-dot-underscore-properties.md

latest6.0 KB
Original Source

AppointmentMappings Properties

Stores mappings that specify data object properties that contain values for AppointmentItem properties.

NameDescription
AllDayGets or sets the mapping that specifies what a source object’s value should be assigned to an appointment‘s AllDay, and how this value should be converted to an AllDay value the label supports.
CustomFieldMappingsReturns the collection of custom field mappings. A scheduler item stores these custom fields in the CustomFields property. Inherited from MappingsBase.
DescriptionGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s Description, and how this value should be converted to a Description value the label supports.
EndGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s End, and how this value should be converted to an End value the label supports.
IdGets or sets the mapping that specifies what a source object’s value should be assigned to a scheduler item’s Id, and how this value should be converted to an Id value the label supports. Inherited from MappingsBase.
LabelIdGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s LabelId, and how this value should be converted to an LabelId value the label supports.
LocationGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s Location, and how this value should be converted to an Location value the label supports.
QueryEndGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s QueryEnd, and how this value should be converted to an QueryEnd value the label supports.
QueryStartGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s QueryStart, and how this value should be converted to a QueryStart value the label supports.
RecurrenceInfoGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s RecurrenceInfo, and how this value should be converted to a RecurrenceInfo value the label supports.
Reminder
StartGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s Start, and how this value should be converted to a Start value the label supports.
StatusIdGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s StatusId, and how this value should be converted to a StatusId value the label supports.
SubjectGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s Subject, and how this value should be converted to a Subject value the label supports.
SupportsRecurrence
TimeZoneId
TypeGets or sets the mapping that specifies what source object’s value should be assigned to an appointment‘s Type, and how this value should be converted to a Type value the label supports.

See Also

AppointmentMappings Class

AppointmentMappings Members

DevExpress.Maui.Scheduler Namespace