RadPanelBar for ASP.NET

Specify the appearance of the whole item group Send comments on this topic.
Controlling the visual appearance > How to > Specify the appearance of the whole item group

Glossary Item Box

We discussed the group class before. It is a very useful marker, which we can use to outline or specify a background to the whole group. See how this is used in the Outlook skin:

  Copy Code
.RadPanelBar_Outlook .group
{
   
border:1px solid #002D96;
   
background: #F6F6F6 url(Img/GroupBkg.gif) repeat-y;
}