ItemsCollectionChangedEventArgs.ItemType Property
In This Article
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
C#
public ItemType ItemType { get; }
#Property Value
Type | Description |
---|---|
Item |
The kind of scheduler item collection whose change caused the event. |
Available values:
Name | Description |
---|---|
Appointment |
An appointment item. |
Label |
|
Status |
See Also