Class SchedulerContextMenuType
Specifies the type element for which the AppointmentContextMenu and CellContextMenu of Scheduler opens.
Inheritance
System.Object
SchedulerContextMenuType
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public sealed class SchedulerContextMenuType : Enum
Fields
AllDay
Specifies that the context menu appears on all day appointment panel of day, week and work week views.
Declaration
public const SchedulerContextMenuType AllDay
Field Value
| Type |
|---|
| SchedulerContextMenuType |
Appointment
Specifies that the context menu appears on appointment view.
Declaration
public const SchedulerContextMenuType Appointment
Field Value
| Type |
|---|
| SchedulerContextMenuType |
Remarks
AppointmentContextMenu opens when right click over appointment view.
MonthCell
Specifies that the context menu appears on the month cell in month view.
Declaration
public const SchedulerContextMenuType MonthCell
Field Value
| Type |
|---|
| SchedulerContextMenuType |
TimeSlotCell
Specifies that the context menu appears on that time slot of day, week, work week and timeline views.
Declaration
public const SchedulerContextMenuType TimeSlotCell
Field Value
| Type |
|---|
| SchedulerContextMenuType |