Back to Devexpress

TreeListNodesIterator.DoLocal Method

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

latest1.6 KB
Original Source

TreeListNodesIterator.DoLocal Method

NameParametersDescription
DoLocal(Action<TreeListNode>, TreeListNodes)execute, nodesPerforms a specific operation on TreeList nodes.
DoLocal(Action<TreeListNode>, Predicate<TreeListNode>, TreeListNodes)execute, canContinueIteration, nodesPerforms a specific operation on TreeList nodes.
DoLocal(Action<TreeListNode>, Predicate<TreeListNode>, Predicate<TreeListNode>, TreeListNodes)execute, canContinueIteration, canExecute, nodesPerforms a specific operation on TreeList nodes that fit the specific criteria.
DoLocal(Action<TreeListNode>, Predicate<TreeListNode>, Predicate<TreeListNode>, Predicate<TreeListNode>, TreeListNodes)execute, canContinueIteration, canExecute, visitChildren, nodesPerforms a specific operation on TreeList nodes that fit the specific criteria. Can also perform the same operation on child nodes owned by the processed nodes.