RadPanelBar for ASP.NET

CSS classes used in the structure Send comments on this topic.
See Also
Controlling the visual appearance > CSS classes used in the structure

Glossary Item Box

Class Name

Element

Description

radPanelBar_[Skin]

DIV

Applied to the root element of the panelbar.

rootGroup

UL

Applied to the first level item container

group

UL

applied to each item container except the root level one

level[n]

UL

applied to item containers at the respective level

item

LI

applied to the LI elements enclosing each item

link

A

applied to the anchors representing each item in its default state.

focused

A

By default is applied to the Anchors representing each item when it is focused by either the mouse or the keyboard.

expanded

A

By default is applied to the anchors tag of expanded items.

disabled

A

By default is applied to the Anchors of disabled items.

text

SPAN

Applied to the SPAN element which encloses each item text.

separator

LI

Applied to the LI elements enclosing an item with IsSeparator set to true.

first

LI

Applied to the first item of the item's collection.

last

LI

Applied to the last item of the item's collection.

 

See Also