LayoutGroupBase.ForEach(Action<LayoutItemBase>) Method
Performs the specified action on each element of the current collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<LayoutItemBase> | The Action<T> action to perform on each element of the collection. |
Remarks
The ForEach method individually passes elements of the current collection to the specified action.
See Also