Search
TableNode.Row.OutgoingLinks Property
See Also
 





Gets a collection of all links that go out of this table row.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLinkCollection OutgoingLinks { get; }

Visual Basic  Copy Code

Public ReadOnly Property OutgoingLinks As DiagramLinkCollection

 Property Value

DiagramLinkCollection containing references to the outgoing links.

 Remarks

The property returns a collection of all links that start from this table row. Use it to access the links or get their number.

 See Also