Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 4.34 KB

avalonia-ui-framework-21.md

File metadata and controls

32 lines (26 loc) · 4.34 KB

Avalonia.Controls.Templates

Avalonia.Controls.Templates Namespace

Class Types

Class Summary
ControlTemplateResult
DataTemplateExtensions Defines extension methods for working with IDataTemplates.
DataTemplates A collection of IDataTemplates.
FuncControlTemplate A template for a TemplatedControl.
FuncControlTemplate<T> A template for a TemplatedControl.
FuncDataTemplate Builds a control for a piece of data.
FuncDataTemplate<T> Builds a control for a piece of data of specified type.
FuncTemplate<TControl> Creates a control from a Func.
FuncTemplate<TParam,TControl> Creates a control from a Func.
FuncTemplateNameScopeExtensions
FuncTreeDataTemplate A template used to build hierarchical data.
FuncTreeDataTemplate<T> A template used to build hierarchical data.
TemplateExtensions

Interface Types

Interface Summary
IControlTemplate Interface representing a template used to build a TemplatedControl.
IDataTemplate Interface representing a template used to build a control for a piece of data.
IDataTemplateHost Defines an element that has a DataTemplates collection.
ITemplate<TParam,TControl> Creates a control based on a parameter.
ITreeDataTemplate Interface representing a template used to build hierarchical data.