Skip to main content
A newer version of this page is available. .

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

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