Skip to main content

DxSchedulerAppointmentItem Class

The scheduled event displayed in the Scheduler’s view.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public class DxSchedulerAppointmentItem :
    DxSchedulerSourceObjectContainer

Remarks

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 more information:

Inheritance

Object
DevExpress.Blazor.Scheduler.Internal.NotifyPropertyChangedBase
DxSchedulerSourceObjectContainer
DxSchedulerAppointmentItem
See Also