Skip to main content
A newer version of this page is available. .

TreeListNodesIterator.Do(Action<TreeListNode>) Method

Performs the specific operation across all Tree List nodes.

Namespace: DevExpress.XtraTreeList.Nodes.Operations

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public virtual void Do(
    Action<TreeListNode> execute
)

Parameters

Name Type Description
execute Action<TreeListNode>

An Action<TreeListNode> delegate that performs an operation on nodes.

See Also