blazor-devexpress-dot-blazor-0a0df476.md
The scheduled event displayed in the Scheduler’s view.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public class DxSchedulerAppointmentItem :
DxSchedulerSourceObjectContainer
The following members return DxSchedulerAppointmentItem objects:
Show 13 links
Appointments are stored in the DxSchedulerDataStorage object. They are automatically created from source objects retrieved from the AppointmentsSource collection. When a user modifies an appointment, the related source object is updated automatically. When users add or delete appointments, the storage’s appointment collection changes and the collection of source objects reflects the changes.
Refer to the following topics for additional information:
Object DevExpress.Blazor.Scheduler.Internal.NotifyPropertyChangedBase DxSchedulerSourceObjectContainer DxSchedulerAppointmentItem
See Also