DayPilot.Menu.showMenuTitle

The showMenuTitle property (boolean) specifies whether the menu title is visible above the first menu item.

Declaration

DayPilot.Menu.showMenuTitle

Default Value

false

Notes

The title text or HTML is specified using the menuTitle property.

Example

const menu = new DayPilot.Menu({
  showMenuTitle: true,
  menuTitle: "Available actions",
  items: [
    { text: "Details" },
    { text: "Delete" }
  ],
  // ...
});

See Also

DayPilot.Menu.menuTitle

DayPilot.Menu Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript