SankeySelectedItemsChangingEventArgs.NewLinks Property
In This Article
Returns newly selected Sankey links.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public IList<SankeyLink> NewLinks { get; }
#Property Value
Type | Description |
---|---|
IList<Sankey |
Contains newly selected Sankey links. |
See Also