Back to Devexpress

CreateSourceObjectEventArgs.ItemType Property

maui-devexpress-dot-maui-dot-scheduler-dot-createsourceobjecteventargs.md

latest1.2 KB
Original Source

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

csharp
public ItemType ItemType { get; }

Property Value

TypeDescription
ItemType

The target type of a source object to create.

|

Available values:

NameDescription
AppointmentItem

An appointment item.

| | LabelItem |

An appointment label item.

| | StatusItem |

An appointment status item.

|

See Also

CreateSourceObjectEventArgs Class

CreateSourceObjectEventArgs Members

DevExpress.Maui.Scheduler Namespace