Skip to main content
A newer version of this page is available. .

ItemsCollectionChangedEventArgs.ItemType Property

Indicates the items collection type.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public ItemType ItemType { get; }

Property Value

Type Description
ItemType

A ItemType object specifying the type of the modified collection.

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.

See Also