SchedulerControl.AppointmentMenuCustomizations Property
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
public BarManagerActionCollection AppointmentMenuCustomizations { get; }
Public ReadOnly Property AppointmentMenuCustomizations As BarManagerActionCollection
Property Value
| Type | Description |
|---|---|
| BarManagerActionCollection | A BarManagerActionCollection object. |
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