Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppointmentMappings Properties
Show Inherited Hide Inherited

Stores mappings that specify data object properties that contain values for AppointmentItem properties.
Name Description
AllDay Gets 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.
CustomFieldMappings Returns the collection of custom field mappings. A scheduler item stores these custom fields in the CustomFields property. Inherited from MappingsBase.
Description Gets 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.
End Gets 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.
Id Gets 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.
LabelId Gets 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.
Location Gets 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.
QueryEnd Gets 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.
QueryStart Gets 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.
RecurrenceInfo Gets 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
Start Gets 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.
StatusId Gets 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.
Subject Gets 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
Type Gets 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