Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.HeadlessTestingFramework
ControlFinder
Methods
OfType
()
Menu
On this page
OfType
() Method
Definition
Namespace
Avalonia.HeadlessTestingFramework
Assembly
HeadlessTestingFramework.dll
View source
Filter to only controls of the specified type.
public ControlFinder OfType<T>() where T : class
Type parameters
T
The type to filter by.
Returns
ControlFinder