Click or drag to resize

DataTemplateAttributeDataType Property

Gets the type of the view model that this visual has a representation for.

Namespace:  TomsToolbox.Wpf.Composition.Mef
Assembly:  TomsToolbox.Wpf.Composition.Mef (in TomsToolbox.Wpf.Composition.Mef.dll)
Syntax
public Type? DataType { get; }

Property Value

Type: Type

Implements

IDataTemplateMetadataDataType
See Also