Class SchedulerMonthAppointmentDisplayMode
Specifies the displaying mode for appointment in month view.
Inheritance
System.Object
SchedulerMonthAppointmentDisplayMode
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public sealed class SchedulerMonthAppointmentDisplayMode : Enum
Fields
Indicator
Specifies to displays the appointment as dot indicator.
Declaration
public const SchedulerMonthAppointmentDisplayMode Indicator
Field Value
Type |
---|
SchedulerMonthAppointmentDisplayMode |
None
Specifies to display no appointment on view.
Declaration
public const SchedulerMonthAppointmentDisplayMode None
Field Value
Type |
---|
SchedulerMonthAppointmentDisplayMode |
Text
Specifies to displays the appointment as text.
Declaration
public const SchedulerMonthAppointmentDisplayMode Text
Field Value
Type |
---|
SchedulerMonthAppointmentDisplayMode |