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