Back to Devexpress

ItemType Enum

maui-devexpress-dot-maui-dot-scheduler-b0b41536.md

latest1.4 KB
Original Source

ItemType Enum

Lists the types of scheduler items that supply data to the Scheduler View.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public enum ItemType

Members

NameDescription
AppointmentItem

An appointment item.

| | LabelItem |

An appointment label item.

| | StatusItem |

An appointment status item.

|

The following properties accept/return ItemType values:

Extension Methods

Yield<ItemType>()

YieldIfNotNull<ItemType>()

See Also

DevExpress.Maui.Scheduler Namespace