Skip to main content

ITreeDataTemplate Interface

Interface representing a template used to build hierarchical data.

Definition

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

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

Methods

Build(TParam)Creates the control.
(Inherited from ITemplate(TParam, TControl))
ItemsSelector(Object)Selects the child items of an item.
Match(Object)Checks to see if this data template matches the specified data.
(Inherited from IDataTemplate)

See Also

Reference

Avalonia.Controls.Templates Namespace