SchedulerControl.AppointmentMenuCustomizations Property
In This Article
Allows you to customize an appointment 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 AppointmentMenuCustomizations property to modify the scheduler's appointment popup menu, invoked when an appointment is right-clicked.
Also, the appointment popup menu can be customized via the SchedulerControl.PopupMenuShowing event.
#Examples
This example demonstrates how to add custom menu items to the Appointment Popup Menu of the SchedulerControl via the SchedulerControl.AppointmentMenuCustomizations property.
See Also