Blazor TreeView Example - Multiple Selection
The Blazor TreeView sample demonstrates the multiple node selection functionalities of the TreeView
. To select multiple nodes, press the CTRL
key and select the desired nodes, or select any node and press the SHIFT
key and select another node, which selects all the nodes in between the selected nodes.
WIN_20160726_094117.JPG
WIN_20160726_094118.JPG
- Wind.jpg
- Stone.jpg
Selected Items
Id | Text |
---|
The TreeView
component allows to select multiple nodes by enabling the AllowMultiSelection property. In this demo, the TreeView
is enabled with multiple selection. More information about TreeView
can be found in this documentation section.