Back to Devexpress

ItemsCollectionChangedEventArgs.ItemType Property

maui-devexpress-dot-maui-dot-scheduler-dot-itemscollectionchangedeventargs.md

latest1.3 KB
Original Source

ItemsCollectionChangedEventArgs.ItemType Property

Returns the kind of scheduler item collection whose change cause the event.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public ItemType ItemType { get; }

Property Value

TypeDescription
ItemType

The kind of scheduler item collection whose change caused the event.

|

Available values:

NameDescription
AppointmentItem

An appointment item.

| | LabelItem |

An appointment label item.

| | StatusItem |

An appointment status item.

|

See Also

ItemsCollectionChangedEventArgs Class

ItemsCollectionChangedEventArgs Members

DevExpress.Maui.Scheduler Namespace