How to select multiple nodes in tree view component in ignition vision

Hi,

I am using a tree view component in ignition vision, and I want to select multiple nodes at a time.
Is it possible in vision?
for example,
here I have tree view I want to delete multiple families for that I need to select fam2, fam3 and family .

image

Set the selectionMode of the component to Multiple

Thank you for your quick help.