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

DiagramDataBindingController.ConnectorFromMember Property

Specifies the name of the data field that identifies the item to use as the connector’s begin item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DiagramCategory(DiagramCategory.Data)]
public virtual string ConnectorFromMember { get; set; }

Property Value

Type Description
String

A string value that is the name of the data field that identifies the item to use as the connector’s begin item.

See Also