-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
ControlFinder
-
Methods
-
FindFirst()
FindFirst() Method
Definition
Finds the first matching control of a specific type.
public T? FindFirst<T>()
where T : class
Type parameters
Returns
- {T}
- The first matching control, or null if none found.