Skip to main content

OptionsContextMenu Members

Provides options used to customize the Scheduler context menus.

Constructors

Name Description
OptionsContextMenu() Initializes a new instance of the OptionsContextMenu class with the default settings.

Fields

Name Description
AppointmentContextMenuProperty static Identifies the OptionsContextMenu.AppointmentContextMenu dependency property.
AppointmentDropContextMenuProperty static Identifies the OptionsContextMenu.AppointmentDropContextMenu dependency property.
CellContextMenuProperty static Identifies the OptionsContextMenu.CellContextMenu dependency property.
TimeRulerContextMenuProperty static Identifies the OptionsContextMenu.TimeRulerContextMenu dependency property.

Properties

Name Description
AppointmentContextMenu Gets or sets the appointment context menu. This is a dependency property.
AppointmentContextMenuActions Provides access to the collection of actions used to customize the appointment’s context menu.
AppointmentDropContextMenu Gets or sets the appointment drop context menu. This is a dependency property.
AppointmentDropContextMenuActions Provides access to the collection of actions used to customize the appointment drop’s context menu.
CellContextMenu Gets or sets the cell context menu. This is a dependency property.
CellContextMenuActions Provides access to the collection of actions used to customize the time cell’s context menu.
TimeRulerContextMenu Gets or sets the time ruler context menu. This is a dependency property.
TimeRulerContextMenuActions Provides access to the collection of actions used to customize the time ruler’s context menu.
See Also