![]() | |
Rendering |
Name | Description | |
---|---|---|
![]() | ForEach(Action<RenderingStep>, Boolean) | ForEach executes the action for each rendering step and passes the rendering step as an argument to the action. |
![]() | ForEach(Action<RenderingStep, Object>, Object, Boolean) | ForEach executes the action for each rendering step and passes the rendering step as an argument to the action. A custom actionData is also passed to the action. |