Skip to main content
A newer version of this page is available. .
Tab

LayoutGroupBase.ForEach(Action<LayoutItemBase>) Method

Performs the specified action on each element of the current collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void ForEach(
    Action<LayoutItemBase> method
)

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