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