The rtl property (boolean) sets the text direction of the JavaScript Scheduler component to right-to-left.
DayPilot.Scheduler.rtlfalseSet this property to true when the Scheduler UI should follow an RTL layout.
Available since 2026.2.yyyy.
JavaScript
const scheduler = new DayPilot.Scheduler("scheduler", {
rtl: true,
// ...
});
scheduler.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
rtl: true,
// ...
};React
<DayPilotScheduler
rtl={true}
{/* ... */}
/>Vue
<DayPilotScheduler
:rtl="true"
<!-- ... -->
/>RTL [doc.daypilot.org]
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot