ITreeDataTemplate Interface
Interface representing a template used to build hierarchical data.
Definition
Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public interface ITreeDataTemplate : IDataTemplate,
ITemplate<Object, Control>
Public Interface ITreeDataTemplate
Inherits IDataTemplate, ITemplate(Of Object, Control)
type ITreeDataTemplate =
interface
interface IDataTemplate
interface ITemplate<Object, Control>
end
Implements | IDataTemplate, 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) |