OrderProgressDefaultViewModel Property |
Gets the view model for this
Page.
This can be changed to a strongly typed view model.
Namespace: foodez.WaiterPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ObservableDictionary DefaultViewModel { get; }
Public ReadOnly Property DefaultViewModel As ObservableDictionary
Get
public:
property ObservableDictionary^ DefaultViewModel {
ObservableDictionary^ get ();
}
member DefaultViewModel : ObservableDictionary with get
Property Value
Type:
ObservableDictionary
See Also