Back to Devexpress

DiagramDataBindingController.ConnectorKeyMember Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramdatabindingcontroller-6b604f9a.md

latest1.4 KB
Original Source

DiagramDataBindingController.ConnectorKeyMember Property

Specifies the name of the data field that contains the connector key.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DiagramCategory(DiagramCategory.Data)]
public virtual string ConnectorKeyMember { get; set; }
vb
<DiagramCategory(DiagramCategory.Data)>
Public Overridable Property ConnectorKeyMember As String

Property Value

TypeDescription
String

A string value that is the name of the data field that contains the connector key.

|

See Also

ConnectorsSource

DiagramDataBindingController Class

DiagramDataBindingController Members

DevExpress.XtraDiagram Namespace