TreeListNodesIterator.Do(Action<TreeListNode>) Method
Performs the specific operation across all Tree List nodes.
Namespace: DevExpress.XtraTreeList.Nodes.Operations
Assembly: DevExpress.XtraTreeList.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| execute | Action<TreeListNode> | An Action<TreeListNode> delegate that performs an operation on nodes. |
See Also