ItemPropertyChangedEventArgs.ItemType Property
Indicates the type of the item whose property has been changed.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| ItemType | A ItemType enumeration value indicating the item type. |
Available values:
| Name | Description |
|---|---|
| AppointmentItem | The event is raised for the AppointmentItem object or the AppointmentItemCollection. |
| ResourceItem | The event is raised for the ResourceItem object or ResourceItemCollection. |
| LabelItem | The event is raised for the AppointmentLabelItem object or the AppointmentLabelItemCollection. |
| StatusItem | The event is raised for the AppointmentStatusItem object or the AppointmentStatusItemCollection. |
| TimeRegionItem |
See Also