Click or drag to resize

ImportSetDataContext Method

Sets the data context type.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public static void SetDataContext(
	FrameworkElement obj,
	Type? value
)

Parameters

obj
Type: System.WindowsFrameworkElement
The object.
value
Type: SystemType
The value.
See Also