Back to Devexpress

ItemsCollectionChangedEventArgs.ItemType Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-itemscollectionchangedeventargs.md

latest2.1 KB
Original Source

ItemsCollectionChangedEventArgs.ItemType Property

Indicates the items collection type.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ItemType ItemType { get; }
vb
Public ReadOnly Property ItemType As ItemType

Property Value

TypeDescription
ItemType

A ItemType object specifying the type of the modified collection.

|

Available values:

NameDescription
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

ItemsCollectionChangedEventArgs Class

ItemsCollectionChangedEventArgs Members

DevExpress.Xpf.Scheduling Namespace