#Create Group sample
This sample demonstrates how to create a group. The NodeGroup is used to cluster multiple nodes and connectors in a single element. The nodegroup is added through the nodes collection of the diagram. The Group method is used to group the nodes while the UnGroup method is used to ungroup the group nodes in the diagram.
- Visual Studio 2022
- Checkout this project to a location in your disk.
- Open the solution file using the Visual Studio 2022.
- Restore the NuGet packages by rebuilding the solution.
- Run the project.