The rtl property (boolean) sets the text direction of the context menu component to right-to-left.
Declaration
DayPilot.Menu.rtlDefault Value
falseNotes
Set this property to true when the context menu UI should follow an RTL layout.
Available since 2026.2.6899.
Examples
JavaScript
const menu = new DayPilot.Menu({
rtl: true,
// ...
});See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot