ITreeDataTemplate Interface

Interface representing a template used to build hierarchical data.

Definition

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

Methods

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