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
public ItemType ItemType { get; }
Property Value
Type | Description |
---|---|
ItemType | The kind of scheduler item collection whose change caused the event. |
Available values:
Name | Description |
---|---|
AppointmentItem | An appointment item. |
LabelItem | |
StatusItem |
See Also