| ViewAttribute Constructor (String) |
Namespace:
Cauldron.XAML
Assembly:
Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax 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