Skip to main content
All docs
V26.1
  • SankeySelectedItemsChangedEventArgs.SelectedNodes Property

    Returns selected Sankey nodes.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v26.1.dll

    Declaration

    public ReadOnlyCollection<SankeyNode> SelectedNodes { get; }

    Property Value

    Type Description
    ReadOnlyCollection<SankeyNode>

    Contains selected Sankey nodes.

    See Also