The showMenuTitle property (boolean) specifies whether the menu title should be visible. The title context (text/HTML) can be specified using menuTitle property.
false
var menu = new DayPilot.Menu({ showMenuTitle: true, menutTitle: "Available actions", items: [ ... ] });