FuncDataTemplate.

Match(object) Method

Summary

Checks to see if this data template matches the specified data.
Namespace
Avalonia.Controls.Templates
Containing Type
FuncDataTemplate

Syntax

public bool Match(object data)

Parameters

Name Type Description
data object The data.

Return Value

Type Description
bool True if the data template can build a control for the data, otherwise false.