Skip to main content

TreeListView.ChildNodesSelector Property

Gets or sets a selector that returns the list of child nodes for the processed node. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public IChildNodesSelector ChildNodesSelector { get; set; }

#Property Value

Type Description
DevExpress.Xpf.Grid.IChildNodesSelector

The child nodes selector.

#Remarks

To learn more, see Binding to Hierarchical Data Overview.

See Also