Click or drag to resize

ViewAttribute Constructor (String)

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(
	string viewName
)

Parameters

viewName
Type: SystemString
The name of view to associate with the viewmodel. The name can be the key of a DataTemplate or the name of a Control.
See Also