Back to Devexpress

DiagramOrgChartController.ChildrenPath Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramorgchartcontroller-72843324.md

latest1.3 KB
Original Source

DiagramOrgChartController.ChildrenPath Property

Gets or sets the path to the property that stores a collection of the diagram item’s subordinates. This is a dependnecy property.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDescription
String

A String value that is the path to a property.

|

See Also

DiagramOrgChartController Class

DiagramOrgChartController Members

DevExpress.XtraDiagram Namespace