Search
LinkValidationEventArgs.NodeElement Property
See Also
 





Gets the node's element to which the link will be connected.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Object NodeElement { get; }

Visual Basic  Copy Code

Public ReadOnly Property NodeElement As Object

 Property Value

The element of a compound node to which the link will connect.

 Remarks

This property could refer to a TreeViewItem if the link connects to a TreeViewNode, or a Row if the link connects to a TableNode.

 See Also