CreateSourceObjectEventArgs.ItemType Property
In This Article
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
C#
public ItemType ItemType { get; }
#Property Value
Type | Description |
---|---|
Item |
The target type of a source object to create. |
Available values:
Name | Description |
---|---|
Appointment |
An appointment item. |
Label |
|
Status |
See Also