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

AppointmentRecurrenceForm.SetMenuManager(IDXMenuManager) Method

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.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 AppointmentForm.MenuManager property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SetMenuManager(IDXMenuManager) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also