ASPxFormLayout.ForEach(Action<LayoutItemBase>) Method
In This Article
Performs the specified action on each element of the current collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void ForEach(
Action<LayoutItemBase> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Layout |
The Action |
#Remarks
The ForEach method individually passes elements of the current collection to the specified action.
See Also