• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Flow Execution in ASP.NET MVC Diagram Control

This sample demonstrates how we can process and get the consecutive nodes and connectors respectively.

DEMO
SOURCE
Show flow execution

We can get the inward connections and outward connections of the node using inEdges and outEdges properties of the node. By using this connector’s name collection, we can find the node using getObject. And also, we can get the nodes connected on the connector using sourceNode and targetNode properties of the connector. method can be used to print the diagrams.