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) Version: 11.3.999
public interface IDataTemplate : ITemplate<Object, Control>
Implements
ITemplateObject, Control

Methods

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

See Also