DiagramOrgChartController.ChildrenSelector Property
Gets or sets an object that chooses an item’s subordinates based on custom logic.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Diagram.Core.IChildrenSelector | An IChildrenSelector implementation that chooses a diagram item’s subordinates based on custom logic. |
Remarks
You can bind the DiagramControl to a data source using the DiagramDataBindingControllerBase.DataSource property.
When binding to hierarchical data, create a class that implements the IChildrenSelector interface and assign its instance to the ChildrenSelector property.
See Also