NotifyingCollection<T>.ForEach(Action<T>) Method
Performs the specified action on each element of the current collection.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
action | Action<T> | The Action action to perform on each element of the collection. |
See Also