-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
ControlFinder
-
Methods
-
WithDataContext()
WithDataContext() Method
Definition
Filter by DataContext type.
public ControlFinder WithDataContext<T>()
where T : class
Type parameters
- T
- The expected DataContext type.
Returns