Skip to main content

ItemPropertyChangedEventArgs.ItemType Property

Returns the kind of scheduler item whose property changed.

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 value that specifies the kind of scheduler item whose property changed.

Available values:

Name Description
AppointmentItem

An appointment item.

LabelItem

An appointment label item.

StatusItem

An appointment status item.

See Also