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

SchedulerPopupMenu.GetPopupMenuById Method

Name Parameters Description
GetPopupMenuById(DXPopupMenu, SchedulerMenuItemId, Boolean) static menu, id, recursive Gets a popup menu (a menu item which contains a submenu) by its ID value within the specified popup menu. Also optionally recursively searches for this popup menu in all submenus, if it isn’t found in the main popup menu.
GetPopupMenuById(SchedulerMenuItemId, Boolean) id, recursive Gets a popup menu (menu item which contains a submenu) by its ID value. Also optionally recursively searches for this popup menu in all submenus, if it isn’t found in the main popup menu.
GetPopupMenuById(SchedulerMenuItemId) id Gets a popup menu (menu item which contains a submenu) by its ID value.