Class MvvmHelpers
- Namespace
- Loehnert.Lisrt.WpfHelpers
- Assembly
- Loehnert.Lisrt.dll
This class contains MVVM helper methods.
public static class MvvmHelpers
- Inheritance
-
MvvmHelpers
- Inherited Members
Methods
GetView(object)
Gets the view for viewModel
.
public static UIElement GetView(object viewModel)
Parameters
viewModel
objectView model for which the view is requested.
Returns
- UIElement
The view for
viewModel
.