Click or drag to resize

DataTemplateManagerGetRole Method

Gets the role of the view.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public static Object? GetRole(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The object.

Return Value

Type: Object
The role
See Also