Completed
Last Updated: 04 Mar 2013 01:06 by ADMIN
ADMIN
Stefan
Created on: 04 Mar 2013 01:06
Category: RibbonBar
Type: Bug Report
5
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;
0 comments