Interface IView
Interface IView
Namespace: ISynergy.Framework.Mvvm.Abstractions
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IView
Properties
View SourceIsEnabled
Gets or sets a value indicating whether this instance is enabled.
Declaration
bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ViewModel
Gets or sets the data context.
Declaration
IViewModel ViewModel { get; set; }
Property Value
Type | Description |
---|---|
IViewModel | The data context. |