Back to Devexpress

AgendaAppointmentPosition Enum

maui-devexpress-dot-maui-dot-scheduler-c05f2c90.md

latest1.2 KB
Original Source

AgendaAppointmentPosition Enum

Lists available appointment positions in the agenda view.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public enum AgendaAppointmentPosition

Members

NameDescription
First

The appointment is the first appointment of the day.

| | Middle |

The appointment is in the middle of the day.

| | Last |

The appointment is the last appointment of the day.

| | Single |

The appointment is the only appointment of the day.

|

The following properties accept/return AgendaAppointmentPosition values:

Extension Methods

Yield<AgendaAppointmentPosition>()

YieldIfNotNull<AgendaAppointmentPosition>()

See Also

DevExpress.Maui.Scheduler Namespace