We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Group Bar Theme

Hello,

The documentation (user's guide) includes theme as the way to set the appearance to match the other silverlight controls.

However, visual studio and the compiler can't find the attribute.

Any chance this will be in the 2010.1 release? (or am I doing something wrong?)

Thanks!
Foster

1 Reply

CS C. Sudha Syncfusion Team February 9, 2010 07:32 AM UTC

Hi Foster,

Thanks for choosing Syncfusion products.

Sorry for the inconvenience caused. We have removed the Theme property in control. Now you can set the Theme using SkinManager.ApplyStyle(groupbar,VisualStyle.Office2003). We will update the documentation ASAP. Please use the below code for setting visual style to the control.

[XAML]

xmlns:Syncfusion="clr-namespace:Syncfusion.Silverlight.Tools.Controls;assembly=Syncfusion.Tools.Silverlight"
Up arrow icon