Click or drag to resize

IModelBaseIsActive Property

Gets or sets a value indicating whether this instance is active.

Namespace:  Xcalibur.Extensions.MVVM.Interfaces
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IsActive { get; set; }

Property Value

Type: Boolean
true if this instance is active; otherwise, false.
See Also