OptionsContextMenu Properties
Provides options used to customize the Scheduler context menus.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. |
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
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. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
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