Click or drag to resize

DataTemplateManager Class

Access methods for composite data template exports.
Inheritance Hierarchy
SystemObject
  TomsToolbox.Wpf.CompositionDataTemplateManager

Namespace: TomsToolbox.Wpf.Composition
Assembly: TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class DataTemplateManager

The DataTemplateManager type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateDynamicDataTemplates Creates dynamic data templates by looking up all MEF exports with the DataTemplateAttribute attribute, creating a DataTemplate resource dictionary entry for every export.
Public methodStatic memberCreateKey Creates the template key.
Public methodStatic memberGetRole Gets the role of the view.
Public methodStatic memberRoleEquals Compares two roles.
Public methodStatic memberSetRole Sets the role of the view.
Top
Fields
 NameDescription
Public fieldStatic memberRoleProperty Identifies the Role attached property.
Top
Attached Properties
 NameDescription
Public propertyRole Gets or sets the role associated with the view.
Top
See Also