Back to Devexpress

DiagramOrgChartBehavior.ChildrenPath Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramorgchartbehavior-d1421ca2.md

latest1.2 KB
Original Source

DiagramOrgChartBehavior.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.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public string ChildrenPath { get; set; }
vb
Public Property ChildrenPath As String

Property Value

TypeDescription
String

A String value that is the path to a property.

|

See Also

DiagramOrgChartBehavior Class

DiagramOrgChartBehavior Members

DevExpress.Xpf.Diagram Namespace