New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core TreeView Basic Usage
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core TreeView is commonly used to navigate directories and files on a file system. The directory nodes contain subdirectories and files, which are visible on expand. Also, the component can illustrate the hierarchical relationship of items to their peers and nodes.
This example demonstrates a basic configuration of the TreeView, where all nodes are represented with texts and sprites. Rather than including a separate image file for each node, you can set a single image with CSS by using the background-image
property, and specify the respective sprite CSS class for each node by using the SpriteCssClasses()
option. In this way, the total number of HTTP requests will be reduced.