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 : Enum
Remarks
It will be applicable for desktop.
Fields
Appointment
Specifies to displays the appointment as cell in line view.
Declaration
public const AppointmentDisplayMode Appointment
Field Value
Remarks
It will be applicable for desktop month view.
Indicator
Specifies to displays the appointment as indicator.
Declaration
public const AppointmentDisplayMode Indicator
Field Value
None
Specifies no appointment is displayed in view.
Declaration
public const AppointmentDisplayMode None