2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Need to connect the Connector to Group’s children nodeIn order to connect with the group’s child node instead of connecting it to group node the EnableCentralPort property must be set to false to achieve the requirement. The below code shows how to connect child nodes which is defined in the group: [C#] //initialize group node Group grp = new Group(); //disable to restrict the group node connection grp.EnableCentralPort = false;
[VB] 'initialize group node Dim grp As New Group() 'disable to restrict the group node connection grp.EnableCentralPort = False
Note: The “EnableCentralPort” property can be used as same as in all diagram’s nodes to restrict the connection.
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.