Back to Devexpress

SankeySelectedItemsChangingEventArgs.NewLinks Property

corelibraries-devexpress-dot-xtracharts-dot-sankey-dot-sankeyselecteditemschangingeventargs-558a8f69.md

latest1.3 KB
Original Source

SankeySelectedItemsChangingEventArgs.NewLinks Property

Returns newly selected Sankey links.

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
IList<SankeyLink>

Contains newly selected Sankey links.

|

See Also

SankeySelectedItemsChangingEventArgs Class

SankeySelectedItemsChangingEventArgs Members

DevExpress.XtraCharts.Sankey Namespace