Determines whether the page is in use and the associated fixed page should be loaded.
Namespace: FirstFloor.Documents.ControlsAssembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public abstract bool IsInUse { get; set; } |
| Visual Basic |
|---|
Public MustOverride Property IsInUse As Boolean Get Set |
| Visual C++ |
|---|
public: virtual property bool IsInUse { bool get () abstract; void set (bool value) abstract; } |
Field Value
true if this instance is in use; otherwise, false.
Remarks
When set to true, the associated fixed page is loaded asynchronously and the PropertyChanged event will be raised accordingly.