The menuTitle property (string) specifies the text/HTML of the menu title. The menu title is displayed above the first menu item. It must be enabled first - see showMenuTitle..
null
var menu = new DayPilot.Menu({ showMenuTitle: true, menutTitle: "Available actions", items: [ ... ] });