DiagramOrgChartController.ParentMember Property
Specifies the name of the data field that identifies the parent of the data item.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v20.2.dll
Declaration
[DiagramCategory(DiagramCategory.Data)]
public virtual string ParentMember { get; set; }
<DiagramCategory(DiagramCategory.Data)>
Public Overridable Property ParentMember As String
Property Value
Type | Description |
---|---|
String | A System.String value. |
Implements
DevExpress.Diagram.Core.IOrgChartBehavior.ParentMember
See Also
Feedback