Skip to main content

AppointmentRibbonForm.MenuManager Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public IDXMenuManager MenuManager { get; }

Property Value

Type Description
DevExpress.Utils.Menu.IDXMenuManager

An object that 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. By default the MenuManager property is set to an object assigned to the SchedulerControl.MenuManager property.

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

If the MenuManager property is set to an instance of the BarManager component, you can provide different look and feel styles (Flat, Style3D, OfficeXP, Office2003, Skin) for context menus. Look and feel settings are controlled in this instance by the BarAndDockingController which is associated with the bar manager.

See Also