SankeyLinkInfo.Node Property
Returns the link’s associated node.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public string Node { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The DxSankey node. |
See Also