SankeyLinkConnectionInfo.TargetNode Property
In This Article
Returns the link’s target node.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public string TargetNode { get; set; }
#Property Value
Type | Description |
---|---|
String | The target node. |
See Also