ItemPropertyChangedEventArgs.ItemType Property
In This Article
Returns the kind of scheduler item whose property changed.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public ItemType ItemType { get; }
#Property Value
Type | Description |
---|---|
Item |
The value that specifies the kind of scheduler item whose property changed. |
Available values:
Name | Description |
---|---|
Appointment |
An appointment item. |
Label |
|
Status |
See Also