FormLayoutProperties.ForEach(Action<LayoutItemBase>) Method
Performs the specified action on each item in the form layout.
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 item. |
Remarks
The ForEach method individually passes items of the form layout to the specified action.
See Also