Skip to main content
All docs
V23.2

SankeySelectedItemsChangingEventArgs.OldNodes Property

Returns previously selected Sankey nodes.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public IList<SankeyNode> OldNodes { get; }

Property Value

Type Description
IList<SankeyNode>

Contains previously selected Sankey nodes.

See Also