Skip to main content

TreeListNodesIterator.Do(Action<TreeListNode>) Method

Performs the specific operation across all Tree List nodes.

Namespace: DevExpress.XtraTreeList.Nodes.Operations

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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