CreateSourceObjectEventArgs.ItemType Property
Returns the target type of a source object to create.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public ItemType ItemType { get; }
Property Value
| Type | Description |
|---|---|
| ItemType | The target type of a source object to create. |
Available values:
| Name | Description |
|---|---|
| AppointmentItem | An appointment item. |
| LabelItem | |
| StatusItem |
See Also