AppointmentForm.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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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.
See Also