Click or drag to resize

RoleBasedDataTemplateKey Constructor (Object, Object)

Initializes a new instance of the RoleBasedDataTemplateKey class.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public RoleBasedDataTemplateKey(
	Object? dataType,
	Object? role
)

Parameters

dataType
Type: SystemObject
Type of the data.
role
Type: SystemObject
The role.
See Also