-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
ControlFinder
-
Methods
-
Where(Func)
Where(Func<T, Boolean>) Method
Definition
Add a typed custom filter predicate.
public ControlFinder Where<T>(Func<T, bool> predicate)
where T : class
Type parameters
- T
- The type to filter and check.
Parameters
- predicate
- Func<T, Boolean>
The predicate to apply to controls of the specified type.
Returns