Skip to main content

IDataTemplate Interface

Interface representing a template used to build a control for a piece of data.

Definition

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

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

Methods

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

See Also

Reference

Avalonia.Controls.Templates Namespace