IDataTemplateMatch Method
Checks to see if this data template matches the specified data.
Namespace: Avalonia.Controls.TemplatesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
bool Match(
Object? data
)
Function Match (
data As Object
) As Boolean
abstract Match :
data : Object -> bool
- data Object
- The data.
Boolean
True if the data template can build a control for the data, otherwise false.