Skip to main content
A newer version of this page is available. .

NotifyingCollection<T>.ForEach(Action<T>) Method

Performs the specified action on each element of the current collection.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public void ForEach(
    Action<T> action
)

Parameters

Name Type Description
action Action<T>

The Action action to perform on each element of the collection.

See Also