Enum SchedulerContextMenuType
Specifies the type element for which the AppointmentContextMenu and CellContextMenu of Scheduler opens.
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public enum SchedulerContextMenuType
Fields
| Name | Description |
|---|---|
| AllDay | Specifies that the context menu appears on all day appointment panel of day, week and work week views. |
| Appointment | Specifies that the context menu appears on appointment view. |
| MonthCell | Specifies that the context menu appears on the month cell in month view. |
| TimeSlotCell | Specifies that the context menu appears on that time slot of day, week, work week and timeline views. |