Hello, Camille,
Thank you for requesting this. It would be a good enhancement in RadRibbonBar.
At this moment, RadLabelElement can be added programmatically in groups:
RadLabelElement radLabelElement1 = new RadLabelElement();
radLabelElement1.Text = "RadLabelElement";
this.radRibbonBarGroup1.Items.Add(radLabelElement1);Regards,
Nadya | Tech Support Engineer
Progress Telerik