Click or drag to resize

ModelBaseIsActive Property

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

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

Property Value

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

Implements

IModelBaseIsActive
See Also