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

DiagramDataBindingControllerBase.KeyMember Property

Specifies the name of the data field that identifies the data item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

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

Property Value

Type Description
String

A System.String value.

Remarks

Use the DiagramDataBindingControllerBase.KeySelector property to define a custom logic for choosing the data field that identifies the data item (e.g., when binding to data with multiple types of data objects).

See Also