You can present the content of your commandbar instance in a right-to-left direction by setting the RightToLeft property to Yes:
Copy[C#]
this.radCommandBar1.RightToLeft = RightToLeft.Yes;
Copy[VB.NET]
Me.RadCommandBar1.RightToLeft = Windows.Forms.RightToLeft.Yes