Skip to main content
A newer version of this page is available. .

DiagramConnectionChangedEventArgs.NewIndex Property

Returns the index of the connection point on the diagram item the connector has been attached to.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v21.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public int NewIndex { get; }

Property Value

Type Description
Int32

A zero-based index of the connection point on the diagram item the connector has been attached to. -1 if the connector was not attached to an item.

See Also