AppointmentForm.SetMenuManager(IDXMenuManager) Method
In This Article
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.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
menu |
DevExpress. |
An object with the DevExpress. |
#Remarks
Default menu manager is the object specified by the AppointmentForm.MenuManager property.
See Also