Summary
Initializes a new instance of the
FuncDataTemplate<T>
class.
- Namespace
- Avalonia
.Controls .Templates - Containing Type
- FuncDataTemplate
<T>
Syntax
public FuncDataTemplate(Func<T, bool> match, Func<T, IControl> build, bool supportsRecycling = false)
Parameters
Return Value
Type | Description |
---|---|
void |