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