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

FormLayoutProperties.ForEach(Action<LayoutItemBase>) Method

Performs the specified action on each item in the form layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void ForEach(
    Action<LayoutItemBase> method
)

Parameters

Name Type Description
method Action<LayoutItemBase>

The Action<T> action to perform on each item.

Remarks

The ForEach method individually passes items of the form layout to the specified action.

See Also