Class SchedulerContextFlyoutType
Specifies the type element for which the AppointmentContextFlyout and CellContextFlyout of Scheduler opens.
Inheritance
System.Object
    SchedulerContextFlyoutType
  Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class SchedulerContextFlyoutType : EnumFields
AllDay
Specifies that the context menu appears on all day appointment panel of day, week and work week views.
Declaration
public const SchedulerContextFlyoutType AllDayField Value
| Type | 
|---|
| SchedulerContextFlyoutType | 
Appointment
Specifies that the context menu appears on appointment view.
Declaration
public const SchedulerContextFlyoutType AppointmentField Value
| Type | 
|---|
| SchedulerContextFlyoutType | 
Remarks
AppointmentContextFlyout opens when right click over appointment view.
MonthCell
Specifies that the context menu appears on the month cell in month view.
Declaration
public const SchedulerContextFlyoutType MonthCellField Value
| Type | 
|---|
| SchedulerContextFlyoutType | 
TimeSlotCell
Specifies that the context menu appears on that time slot of day, week, work week and timeline views.
Declaration
public const SchedulerContextFlyoutType TimeSlotCellField Value
| Type | 
|---|
| SchedulerContextFlyoutType |