Skip to main content

Node<T>.ForEach(Action<Node<T>>) Method

Performs the specified action on the node’s each child node.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public void ForEach(
    Action<Node<T>> action
)

Parameters

Name Type Description
action Action<Node<T>>

The action to perform on the node’s each child node.

See Also