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

Right-to-Left support

You can present the content of your grid instance in a right-to-left direction by setting the RightToLeft property to Yes:

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

radSplitButton1.RightToLeft = System.Windows.Forms.RightToLeft.Yes

WinForms RadSplitButton Right to Left

In this article