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)
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 attached propertyRole
Gets or sets the role associated with the view.
Top
See Also