Determines whether this page instance is the owner of the dynamically loaded fixed page.
Namespace: FirstFloor.Documents.ControlsAssembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public override bool IsFixedPageOwner { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property IsFixedPageOwner As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool IsFixedPageOwner {
bool get () override;
} |
Field Value
true if this instance is the owner of the fixed page; otherwise,
false.
See Also