Back to Devexpress

TreeListNodesIterator.Do Method

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-operations-dot-treelistnodesiterator-dot-do.md

latest1.5 KB
Original Source

TreeListNodesIterator.Do Method

NameParametersDescription
Do(Action<TreeListNode>, Predicate<TreeListNode>, Predicate<TreeListNode>, Predicate<TreeListNode>)execute, canContinueIteration, canExecute, visitChildrenPerforms an operation across all Tree List nodes that fit the specific criteria. Defines a separate criteria to check whether or not this operation should be applied to child nodes as well.
Do(Action<TreeListNode>, Predicate<TreeListNode>, Predicate<TreeListNode>)execute, canContinueIteration, canExecutePerforms an operation across all Tree List nodes that fit the specific criteria.
Do(Action<TreeListNode>, Predicate<TreeListNode>)execute, canContinueIterationPerforms the specific operation across all Tree List nodes.
Do(Action<TreeListNode>)executePerforms the specific operation across all Tree List nodes.