Skip to main content

IRecyclingDataTemplate Interface

An IDataTemplate that supports recycling existing elements.

Definition

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

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

Methods

Build(TParam)Creates the control.
(Inherited from ITemplate(TParam, 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

Reference

Avalonia.Controls.Templates Namespace