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

DiagramOrgChartController.ParentMember Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

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

Property Value

Type Description
String

A System.String value.

See Also