Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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