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