Back to Devexpress

DiagramOrgChartController.ChildrenSelector Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramorgchartcontroller-0fef0f12.md

latest1.7 KB
Original Source

DiagramOrgChartController.ChildrenSelector Property

Gets or sets an object that chooses an item’s subordinates based on custom logic.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public virtual IChildrenSelector ChildrenSelector { get; set; }
vb
<Browsable(False)>
Public Overridable Property ChildrenSelector As IChildrenSelector

Property Value

TypeDescription
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

DiagramOrgChartController Class

DiagramOrgChartController Members

DevExpress.XtraDiagram Namespace