Implements a list-box control that contains DiagramNode objects and allows dragging them to the DiagramView control.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public class NodeListView : WebControl, IPostBackDataHandler |
Visual Basic Copy Code |
---|
Public Class NodeListView |
At this time NodeListView can be used in ImageMap or Canvas client-side mode. In ImageMap mode you must also add a NodeListViewExtender to the page in order to enable user interaction.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
MindFusion.Diagramming.WebForms.NodeListView