Back to Devexpress

DxSchedulerAppointmentItem Class

blazor-devexpress-dot-blazor-0a0df476.md

latest3.8 KB
Original Source

DxSchedulerAppointmentItem Class

The scheduled event displayed in the Scheduler’s view.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class DxSchedulerAppointmentItem :
    DxSchedulerSourceObjectContainer

The following members return DxSchedulerAppointmentItem objects:

Show 13 links

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

Implements

INotifyPropertyChanged

INotifyPropertyChanging

Inheritance

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

See Also

DxSchedulerAppointmentItem Members

DevExpress.Blazor Namespace