Back to Devexpress

SchedulerControl.MenuManager Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-f4328687.md

latest2.1 KB
Original Source

SchedulerControl.MenuManager Property

Gets or sets the menu manager which controls the look and feel of the context menus.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(null)]
public IDXMenuManager MenuManager { get; set; }
vb
<DefaultValue(Nothing)>
Public Property MenuManager As IDXMenuManager

Property Value

TypeDefaultDescription
DevExpress.Utils.Menu.IDXMenuManagernull

An object which implements the DevExpress.Utils.Menu.IDXMenuManager interface.

|

Remarks

Objects that implement the DevExpress.Utils.Menu.IDXMenuManager interface allow you to control the look and feel of context menus. If the MenuManager property is set to null ( Nothing in Visual Basic), the scheduler’s context menus will be painted by the scheduler control itself.

Currently, the IDXMenuManager interface is implemented by the BarManager control which is part of the DevExpress Ribbon, Menu and Docking Library.

If the MenuManager property is set to a BarManager object, you can provide different look and feel styles for popup menus. In this case, look and feel settings are controlled by the BarAndDockingController.LookAndFeel property of the BarAndDockingController used by the BarManager.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace