Class SchedulerContextMenuType
Defines the scheduler element on which a context menu AppointmentContextMenu or CellContextMenu can be displayed within the SfScheduler.
Inheritance
System.Object
SchedulerContextMenuType
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public sealed class SchedulerContextMenuType : Enum
Fields
AllDay
Displays the context menu on the all-day appointment panel in Day, Week, and WorkWeek views.
Declaration
public const SchedulerContextMenuType AllDay
Field Value
| Type |
|---|
| SchedulerContextMenuType |
Remarks
The all-day appointment panel is not available in Month, TimelineDay, TimelineWeek, TimelineWorkWeek, TimelineMonth, and Agenda views.
Appointment
Displays the context menu on an appointment.
Declaration
public const SchedulerContextMenuType Appointment
Field Value
| Type |
|---|
| SchedulerContextMenuType |
SchedulerCell
Displays the context menu on a scheduler cell, such as a month cell in Month view or a timeslot cell in Day, Week, WorkWeek, and Timeline views.
Declaration
public const SchedulerContextMenuType SchedulerCell
Field Value
| Type |
|---|
| SchedulerContextMenuType |