ASP.NET Pack Programmer's Guide
NodeListView Class
Remarks See Also
 





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

 Syntax

C#  Copy Code

public class NodeListView : WebControl, IPostBackDataHandler

Visual Basic  Copy Code

Public Class NodeListView
    Inherits WebControl
    Implements IPostBackDataHandler

 Remarks

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.

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            MindFusion.Diagramming.WebForms.NodeListView

 See Also

NodeListView Members
MindFusion.Diagramming.WebForms Namespace