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

DiagramConnectionChangingEventArgs.NewIndex Property

Returns the index of the connection point on the diagram item to which the connector is about to be attached.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public int NewIndex { get; }

Property Value

Type Description
Int32

A zero-based index of the connection point on the diagram item to which the connector is about to be attached. -1 if the connector is not getting attached to an item.

See Also