A newer version of this page is available.
Switch to the current version.
BootstrapToolbarMenuItemCollection.ForEach(Action<BootstrapToolbarMenuItem>) Method
Performs the specified action on each element of the BootstrapToolbarMenuItemCollection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapToolbarMenuItemCollection ForEach(
Action<BootstrapToolbarMenuItem> action
)
Public Function ForEach(
action As Action(Of BootstrapToolbarMenuItem)
) As BootstrapToolbarMenuItemCollection
Parameters
Name | Type | Description |
---|---|---|
action | Action<BootstrapToolbarMenuItem> | The Action<T>
|
Returns
Type | Description |
---|---|
BootstrapToolbarMenuItemCollection | A BootstrapToolbarMenuItemCollection object that represents the processed item collection. |
Remarks
The Action<T>
See Also
Feedback