New to Telerik UI for WinForms? Download free 30-day trial

Right-to-Left support

Enabling the RightToLeft mode of RadScheduler is achieved by setting the RightToLeft property to Yes:

Right-to-Left Layout

radScheduler1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;

RadScheduler1.RightToLeft = System.Windows.Forms.RightToLeft.Yes

Here is how your scheduler will look like in this mode:

Figure 1: Right-to-Left Layout

WinForms RadScheduler Right-to-Left Layout

See Also

In this article