Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

[Browsable(false)]
public IChildrenSelector ChildrenSelector { get; set; }

Property Value

Type Description
DevExpress.Diagram.Core.IChildrenSelector

An IChildrenSelector implementation that chooses an item’s subordinates based on custom logic.

See Also