DevExtreme React - Overview

The TreeView widget is a tree-like representation of textual data.

View Demo Watch Video

The following code adds a simple TreeView to your page:

Note that the data source in the code above has a hierarchical structure, however, it also supports data sources with a plain structure. See the Use Hierarchical Data and Use Plain Data articles to learn how you can customize hierarchical and plain data sources.

See Also