Navigation :
LogicViewModelBehavior
Name |
Value |
Assembly |
Catel.MVVM |
Namespace |
Catel.MVVM.Providers |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public enum LogicViewModelBehavior : Enum
Base types
Enum
The available view model behaviors.
Fields
Dynamic
1
View model is dynamic and will be automatically determined.
Injected
0
View model was injected thus will be stable during the lifetime of the view.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion