Overview

Recursion is function which repeates itself using a self defining algorithm. It is typically used in cases where a repeated pattern is needed to construct a result or to render results based hierarchical data.

Example

In this example we use a recursive component to render a nested list of items for a treeview control using parent/child data structure as shown in the sample below.

Nested list code sample

Sample

Click a node to select an item, use the icon '>' to collapse content.

1.0.0.0
The component you are looking for is not installed or you do not have the appropriate permissions.

Please submit a request to add this feature.

Add Feature
.