DiagramOrgChartBehavior.ChildrenSelector Property
Gets or sets an object that chooses an item’s subordinates based on custom logic. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Diagram.Core.IChildrenSelector | An IChildrenSelector implementation that chooses an item’s subordinates based on custom logic. |
See Also