IRecyclingDataTemplate Interface

An IDataTemplate that supports recycling existing elements.

Definition

Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface IRecyclingDataTemplate : IDataTemplate, 
	ITemplate<Object, Control>
Implements
IDataTemplate, ITemplateObject, Control

Methods

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

See Also