SankeyNodeInfo.LinksOut Property
In This Article
Returns information about outgoing links associated with the DxSankey node.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public SankeyLinkInfo[] LinksOut { get; set; }
#Property Value
Type | Description |
---|---|
Sankey |
An array of outgoing links. |
See Also