DirectXForm.ForEach(Action<DxHtmlElement>, Predicate<DxHtmlElement>) Method
In This Article
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void ForEach(
Action<DxHtmlElement> action,
Predicate<DxHtmlElement> predicate = null
)
#Parameters
Name | Type |
---|---|
action | Action<Dx |
#Optional Parameters
Name | Type | Default |
---|---|---|
predicate | Predicate<Dx |
null |
See Also