Click or drag to resize

ViewAttribute Constructor (Type)

Initializes a new instance of ViewAttribute

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public ViewAttribute(
	Type viewType
)

Parameters

viewType
Type: SystemType
The type of view to associate with the viewmodel
See Also