FuncDataTemplateMatch Method

Checks to see if this data template matches the specified data.

Definition

Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool Match(
	Object? data
)

Parameters

data  Object
The data.

Return Value

Boolean
True if the data template can build a control for the data, otherwise false.

Implements

IDataTemplateMatch(Object)

See Also