Back to Devexpress

IChildNodesSelector.SelectChildren(Object) Method

wpf-devexpress-dot-xpf-dot-grid-dot-ichildnodesselector-dot-selectchildren-x28-system-dot-object-x29.md

latest1.3 KB
Original Source

IChildNodesSelector.SelectChildren(Object) Method

Returns a collection of child nodes when a user expands a parent node.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
IEnumerable SelectChildren(
    object item
)
vb
Function SelectChildren(
    item As Object
) As IEnumerable

Parameters

NameTypeDescription
itemObject

A node expanded by a user.

|

Returns

TypeDescription
IEnumerable

A collection of child nodes.

|

See Also

IChildNodesSelector Interface

IChildNodesSelector Members

DevExpress.Xpf.Grid Namespace