Skip to main content

SchedulerControl.DefaultMenuCustomizations Property

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

public BarManagerActionCollection DefaultMenuCustomizations { get; }

#Property Value

Type Description
BarManagerActionCollection

A BarManagerActionCollection object.

#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