Skip to main content

AppointmentRibbonForm.SetMenuManager(IDXMenuManager) Method

Sets the object that controls the look and feel of the popup menus for all controls on the form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual void SetMenuManager(
    IDXMenuManager menuManager
)

Parameters

Name Type Description
menuManager DevExpress.Utils.Menu.IDXMenuManager

An object with the DevExpress.Utils.Menu.IDXMenuManager interface that controls the look and feel of the popup menus.

Remarks

Default menu manager is the object specified by the AppointmentRibbonForm.MenuManager property.

See Also