Skip to main content

DiagramOrgChartController.ParentMember Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v24.1.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

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

Property Value

Type Description
String

A System.String value.

See Also