ItemsCollectionChangedEventArgs.ItemType Property
Returns the kind of scheduler item collection whose change cause the event.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.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