Back to API Home
Assembly: Dundas.Dashboard.Client (in Dundas.Dashboard.Client.dll) Version: 5.0.0.0 (5.5.0.1000)
The view model for this view.
Gets or sets the view model for this view.
Namespace: Dundas.Patterns.Silverlight.ViewModelAssembly: Dundas.Dashboard.Client (in Dundas.Dashboard.Client.dll) Version: 5.0.0.0 (5.5.0.1000)
Syntax
C# |
---|
public ViewModel ViewModel { get; set; } |
Visual Basic |
---|
Public Property ViewModel As ViewModel Get Set |
Property Value
Type: ViewModelThe view model for this view.
Remarks
The view model for this view is essentially the data context, casted to the
ViewModel class.