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