Class Types
Class | Summary |
---|---|
Control |
|
Data |
Defines extension methods for working with IDataTemplate s.
|
DataTemplates |
A collection of IDataTemplate s.
|
FuncControlTemplate |
A template for a TemplatedControl .
|
FuncControlTemplate |
A template for a TemplatedControl .
|
FuncDataTemplate | Builds a control for a piece of data. |
FuncDataTemplate |
Builds a control for a piece of data of specified type. |
FuncTemplate |
Creates a control from a Func<TResult> .
|
FuncTemplate |
Creates a control from a Func<T, TResult> .
|
Func |
|
FuncTreeDataTemplate | A template used to build hierarchical data. |
FuncTreeDataTemplate |
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.
|
I |
An IDataTemplate that supports recycling existing elements.
|
ITemplate |
Creates a control based on a parameter. |
ITreeDataTemplate | Interface representing a template used to build hierarchical data. |