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 : Enum
Fields
AllDay
Specifies that the context menu appears on all day appointment panel of day, week and work week views.
Declaration
public const SchedulerContextFlyoutType AllDay
Field Value
| Type |
|---|
| SchedulerContextFlyoutType |
Appointment
Specifies that the context menu appears on appointment view.
Declaration
public const SchedulerContextFlyoutType Appointment
Field 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 MonthCell
Field 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 TimeSlotCell
Field Value
| Type |
|---|
| SchedulerContextFlyoutType |