Skip to main content

TreeViewBuilder.SelectNodesRecursive Method

Name Parameters Description
SelectNodesRecursive(JS) value Specifies whether all child nodes should be selected when their parent node is selected. Applies only if the selectionMode is 'multiple'. Mirrors the client-side selectNodesRecursive option.
SelectNodesRecursive(Boolean) value Specifies whether all child nodes should be selected when their parent node is selected. Applies only if the selectionMode is 'multiple'. Mirrors the client-side selectNodesRecursive option.