Back to Devexpress

AppointmentItem Properties

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-dot-underscore-properties.md

latest7.0 KB
Original Source

AppointmentItem Properties

An appointment in the Scheduler.

NameDescription
AllDayGets or sets whether the current appointment lasts the entire day (or several days). Inherited from SchedulerItemBase.
CustomFieldsInherited from SourceObjectContainer.
DescriptionGets or sets the text for the appointment’s description.
DurationGets the appointment’s duration. Inherited from SchedulerItemBase.
EndGets or sets the appointment’s end date and time. Inherited from SchedulerItemBase.
HasExceptionsObsolete. Gets whether the current pattern appointment has changed or deleted occurrences in the recurring series.
HasReminderIndicates whether the appointment has a reminder.
IdGets the object’s identifier. Inherited from SourceObjectContainer.
IntervalReturns the normalized duration based on the Start and End values. Inherited from SchedulerItemBase.
IsBaseGets whether the appointment is a base (of the Normal or Pattern type).
IsDisposedGets whether the current object has been disposed of.
IsExceptionGets whether the appointment is an exception (of the ChangedOccurrence or DeletedOccurrence type).
IsOccurrenceGets whether the appointment is an occurrence in a recurring series (of the Occurrence , ChangedOccurrence or DeletedOccurrence type).
IsRecurringGets whether the appointment belongs to a recurring series.
LabelIdGets or sets the identifier of the label object associated with the appointment.
LocationGets or sets the text that specifies the place where the appointment is scheduled.
LongerThanADayGets whether the appointment’s length is equal to or greater than one day.
QueryEndGets the normalized appointment end value which is recommended for use in interval-based appointment data source queries. Inherited from SchedulerItemBase.
QueryStartGets the normalized appointment start value which is recommended for use in interval-based appointment data source queries. Inherited from SchedulerItemBase.
RecurrenceIndexGets the appointment index in the recurring series. Inherited from SchedulerItemBase.
RecurrenceInfoGets or sets information that defines an appointment’s recurrence rule. Inherited from SchedulerItemBase.
RecurrenceInfoIdReturns the identifier of the recurrence info. Inherited from SchedulerItemBase.
RecurrencePatternObsolete. Gets the pattern appointment for the current appointment.
ReminderGets a reminder associated with the current appointment (the collection’s first reminder, if there are several reminders).
RemindersReturns the collection of reminders for the appointment.
ResourceIdGets or sets the identifier of the associated resource, or the first resource identifier if an appointment has several assigned resources. Inherited from SchedulerItemBase.
ResourceIdsProvides access to the collection of identifiers of the associated resources. Inherited from SchedulerItemBase.
SameDayGets whether the appointment’s start and end times are on the same day.
SourceObjectProvides access to the data object bound to the current persistent instance. Inherited from SourceObjectContainer.
StartGets or sets the start date and time of the appointment. Inherited from SchedulerItemBase.
StatusIdGets or sets the unique identifier of the status object associated with the appointment.
SubjectGets or sets the appointment’s subject text.
TimeZoneIdGets or sets the appointment time zone. Inherited from SchedulerItemBase.
TypeGets or sets the type of an appointment.

See Also

AppointmentItem Class

AppointmentItem Members

DevExpress.Xpf.Scheduling Namespace