Class AppointmentDisplayMode
Specifies the displaying mode for appointment in month view.
Inheritance
System.Object
    AppointmentDisplayMode
  Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class AppointmentDisplayMode : EnumRemarks
It will be applicable for desktop.
Fields
Appointment
Specifies to displays the appointment as cell in line view.
Declaration
public const AppointmentDisplayMode AppointmentField Value
| Type | 
|---|
| AppointmentDisplayMode | 
Remarks
It will be applicable for desktop month view.
Indicator
Specifies to displays the appointment as indicator.
Declaration
public const AppointmentDisplayMode IndicatorField Value
| Type | 
|---|
| AppointmentDisplayMode | 
None
Specifies no appointment is displayed in view.
Declaration
public const AppointmentDisplayMode NoneField Value
| Type | 
|---|
| AppointmentDisplayMode |