FIX. RadForm - setting the AllowTheming property to true when a RadRibbonFormBehavior is added is not serialized in designer file
To reproduce: follow the steps from the attached gif file.
Workaround:
public RadForm1()
{
InitializeComponent();
((RadRibbonFormBehavior)this.FormBehavior).AllowTheming = false;
}