SankeyLinkInfo.Index Property
Returns the index of the DxSankey link in the link collection.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public int Index { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The link index. |
See Also