Back to Devexpress

SchedulerItemBase Properties

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

latest3.0 KB
Original Source

SchedulerItemBase Properties

A base class for appointment items.

NameDescription
AllDayGets or sets whether the current appointment lasts the entire day (or several days).
CustomFieldsInherited from SourceObjectContainer.
DurationGets the appointment’s duration.
EndGets or sets the appointment’s end date and time.
IdGets the object’s identifier. Inherited from SourceObjectContainer.
IntervalReturns the normalized duration based on the Start and End values.
QueryEndGets the normalized appointment end value which is recommended for use in interval-based appointment data source queries.
QueryStartGets the normalized appointment start value which is recommended for use in interval-based appointment data source queries.
RecurrenceIndexGets the appointment index in the recurring series.
RecurrenceInfoGets or sets information that defines an appointment’s recurrence rule.
RecurrenceInfoIdReturns the identifier of the recurrence info.
ResourceIdGets or sets the identifier of the associated resource, or the first resource identifier if an appointment has several assigned resources.
ResourceIdsProvides access to the collection of identifiers of the associated resources.
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.
TimeZoneIdGets or sets the appointment time zone.

See Also

SchedulerItemBase Class

SchedulerItemBase Members

DevExpress.Xpf.Scheduling Namespace