SchedulerControl.DefaultMenuCustomizations Property
In This Article
Allows you to customize a default popup menu of the SchedulerControl by adding new menu items or removing existing items.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
Use the DefaultMenuCustomizations property to modify the scheduler's default popup menu invoked when the view's time cells without appointments are right-clicked.
The default popup menu can be also customized via the SchedulerControl.PopupMenuShowing event.
#Examples
This example demonstrates how to remove a specific item from the Default Popup Menu of the SchedulerControl via the SchedulerControl.DefaultMenuCustomizations property.
See Also