FIX. RadRibbonBar - setting the ShowBorder property of RadRibbonBarButtonGroup from the SmartTag does not work
To reproroduce:
- open the smart tag and uncheck the ShowBorder check box.
- save, close and reopen the form
WORKAROUND: set the property in code
radRibbonBarButtonGroup1.ShowBorder = false;