Class ViewService
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Service for getting the view for a model or the model for a view.
public abstract class ViewService
- Inheritance
-
ViewService
Methods
- GetModel(DependencyObject)
Gets the model represented by the specified view element.
- GetView(DesignItem)
Gets the view for the specified model item. This is equivalent to using
model.View
.