Back to Devexpress

SankeySelectedItemsChangingEventArgs.OldLinks Property

corelibraries-devexpress-dot-xtracharts-dot-sankey-dot-sankeyselecteditemschangingeventargs-723a59fa.md

latest1.3 KB
Original Source

SankeySelectedItemsChangingEventArgs.OldLinks Property

Returns previously selected Sankey links.

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public IList<SankeyLink> OldLinks { get; }
vb
Public ReadOnly Property OldLinks As IList(Of SankeyLink)

Property Value

TypeDescription
IList<SankeyLink>

Contains previously selected Sankey links.

|

See Also

SankeySelectedItemsChangingEventArgs Class

SankeySelectedItemsChangingEventArgs Members

DevExpress.XtraCharts.Sankey Namespace