Back to Devexpress

ItemPropertyChangedEventArgs.ItemType Property

maui-devexpress-dot-maui-dot-scheduler-dot-itempropertychangedeventargs.md

latest1.2 KB
Original Source

ItemPropertyChangedEventArgs.ItemType Property

Returns the kind of scheduler item whose property changed.

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

|

Available values:

NameDescription
AppointmentItem

An appointment item.

| | LabelItem |

An appointment label item.

| | StatusItem |

An appointment status item.

|

See Also

ItemPropertyChangedEventArgs Class

ItemPropertyChangedEventArgs Members

DevExpress.Maui.Scheduler Namespace