Right-to-left support
You can present the content of your commandbar instance in a right-to-left direction by setting the RightToLeft property to Yes:
this.radCommandBar1.RightToLeft = RightToLeft.Yes;
Me.RadCommandBar1.RightToLeft = Windows.Forms.RightToLeft.Yes