DayPilot.Menu.showMenuTitle

The showMenuTitle property (boolean) specifies whether the menu title should be visible. The title context (text/HTML) can be specified using menuTitle property.

Default Value

false

Example

var menu = new DayPilot.Menu({
  showMenuTitle: true,
  menutTitle: "Available actions",
  items: [ ... ]
});