IDataTemplate.

Match(object) Method

Summary

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

Syntax

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.