New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

CSS Skin File Selectors

The following table lists significant CSS selectors and descriptions for RadTreeView style sheets.

CSS SelectorDescription
RadTreeView_TelerikThe default style for the
tag that contains the control representation.
rtPlus, rtMinusApplied to the plus and minus (expand and collapse) buttons.
rtChkApplied to the checkbox.
rtHoverApplied to Nodes which have been hovered with the mouse.
rtSelectedApplied to Nodes that have been selected.
rtEditApplied to Nodes in the process of being edited.
rtLinesApplied to the vertical connector lines that tie Nodes together.
rtFirstApplied to the first, i.e. root, Node in the TreeView.
rtTop, rtMid, rtBotApplied to the top, middle and bottom Nodes of a level, respectively.
rtUL, rtLIEach level of the TreeView is represented in HTML as an unordered list
    with list items
  • . "rtUL" and "rtLI" styles control the basic appearance of the corresponding elements.
rtDropAbove_Telerik, rtDropBelow_TelerikApplied to line appearing when dropping between Nodes.
rtDragClueApplied to the container of the Dragging Clue (the element holding dragged nodes).

There are several styles that end in "_rtl" that are used to style specific portions of the control when right-to-left support is turned on. These "_rtl" styles are variants of their left-to-right default counterparts and are appended only to the main CSS selectors: for example, ".RadTreeView_Telerik .rtLines .rtFirst".

See Also

In this article
See Also
Not finding the help you need?
Contact Support