Skip to main content

ITypedDataTemplate Interface

Definition

Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public interface ITypedDataTemplate : IDataTemplate, 
ITemplate<Object, Control>
View Source
ImplementsIDataTemplate, ITemplate(Object, Control)

Properties

DataType 

Methods

Build(TParam)Creates the control.
(Inherited from ITemplate(TParam, TControl))
Match(Object)Checks to see if this data template matches the specified data.
(Inherited from IDataTemplate)

See Also

Reference

Avalonia.Controls.Templates Namespace