Completed
Last Updated: 30 Jan 2015 11:45 by ADMIN
ADMIN
Stefan
Created on: 24 Dec 2012 05:27
Category: UI Framework
Type: Bug Report
1
FIX. TPF - setting the ForeColor of root RadMenuItem is not taken into consideration
Setting the ForeColor of root menu item is not taken into consideration.

WORKAROUND:
((TextPrimitive)radMenuItem1.Layout.TextPanel.Children[0]).ForeColor = Color.Red;
0 comments