Skip to main content
All docs
V23.2

DirectXForm.ForEach(Action<DxHtmlElement>, Predicate<DxHtmlElement>) Method

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ForEach(
    Action<DxHtmlElement> action,
    Predicate<DxHtmlElement> predicate = null
)

Parameters

Name Type
action Action<DxHtmlElement>

Optional Parameters

Name Type Default
predicate Predicate<DxHtmlElement> null
See Also