CreateSourceObjectEventArgs.ItemType Property
Returns the target type of a source object to create.
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 target type of a source object to create. |
Available values:
| Name | Description |
|---|---|
| AppointmentItem | An appointment item. |
| LabelItem | |
| StatusItem |
See Also