The showMenuTitle property (boolean) specifies whether the menu title is visible above the first menu item.
Declaration
DayPilot.Menu.showMenuTitleDefault Value
falseNotes
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
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot