DiagramOrgChartController.ChildrenSelector Property
Gets or sets an object that chooses an item's subordinates based on custom logic.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v20.2.dll
Declaration
[Browsable(false)]
public virtual IChildrenSelector ChildrenSelector { get; set; }
<Browsable(False)>
Public Overridable Property ChildrenSelector As IChildrenSelector
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.
Implements
DevExpress.Diagram.Core.IOrgChartBehavior.ChildrenSelector
See Also
Feedback