Click or drag to resize

DataTemplateManagerSetRole Method

Sets the role of the view.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public static void SetRole(
	DependencyObject obj,
	Object? value
)

Parameters

obj
Type: System.WindowsDependencyObject
The object.
value
Type: SystemObject
The value.
See Also