Skip to main content
All docs
V24.2

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraBars.v24.2.dll

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