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