DiagramOrgChartController.ChildrenSelector Property
In This Article
Gets or sets an object that chooses an item’s subordinates based on custom logic.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An IChildren |
#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