Back to Devexpress

DxSchedulerAppointmentItem Properties

blazor-devexpress-dot-blazor-dot-dxschedulerappointmentitem-dot-underscore-properties.md

latest5.1 KB
Original Source

DxSchedulerAppointmentItem Properties

The scheduled event displayed in the Scheduler’s view.

NameDescription
AllDaySpecifies whether the appointment is scheduled for the entire day or several days.
CustomFieldsReturns the collection of custom fields. Inherited from DxSchedulerSourceObjectContainer.
DescriptionSpecifies the text for the appointment’s description.
DurationGets the duration of time scheduled for an appointment.
EndSpecifies the appointment’s end date and time.
IdSpecifies the item ID. Inherited from DxSchedulerSourceObjectContainer.
IntervalGets the time interval between the appointment’s Start and End.
IsBaseGets whether the appointment’s type is OneTime or Pattern.
IsExceptionGets whether the appointment is an exception (changed occurrence or deleted occurrence).
IsNewGets whether the appointment is new.
IsOccurrenceGets whether the appointment is a recurring appointment in a series (not a pattern).
IsRecurringGets whether the appointment belongs to a recurring series.
LabelIdSpecifies the identifier of the label object associated with the appointment.
LocationSpecifies the text that specifies the place where the appointment is scheduled.
LongerThanADayGets whether the appointment’s duration is equal to or greater than one day.
QueryEndGets the normalized appointment end value which is recommended for use in interval-based queries.
QueryStartGets the normalized appointment start value which is recommended for use in interval-based queries.
RecurrenceIndexGets the appointment index in the recurring series.
RecurrenceInfoGets information that specifies an appointment’s recurrence rule.
RecurrenceInfoIdGets the recurrence rule identifier.
ResourceIdSpecifies the identifier of the resource object associated with the appointment.
ResourceIdsSpecifies a collection of identifiers of all resources associated with the current appointment.
SameDayGets whether the appointment’s start and end times are on the same day.
SourceObjectA data source object to which a Scheduler item is bound. Inherited from DxSchedulerSourceObjectContainer.
StartSpecifies the appointment’s start date and time.
StatusIdSpecifies the identifier of the status object associated with the appointment.
SubjectSpecifies the appointment’s subject text.
TimeZoneIdSpecifies the appointment time zone.
TypeSpecifies the type of an appointment.

See Also

DxSchedulerAppointmentItem Class

DxSchedulerAppointmentItem Members

DevExpress.Blazor Namespace