New to KendoReactStart a free 30-day trial

TreeView

Component

Definition

Package:@progress/kendo-react-treeview

Syntax:

jsx
const data = [{
    text: 'Furniture', expanded: true, items: [
        { text: 'Tables & Chairs' }, { text: 'Sofas' }, { text: 'Occasional Furniture' }]
}, {
    text: 'Decor', expanded: true, items: [
        { text: 'Bed Linen' }, { text: 'Curtains & Blinds' }, { text: 'Carpets' }]
}];
const App = () => {
    return <TreeView data={data} />;
}

Properties

The props of the TreeView component.

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