Gets the associated fixed page.

Namespace: FirstFloor.Documents.Behaviors
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected FixedPage AssociatedPage { get; }
Visual Basic
Protected ReadOnly Property AssociatedPage As FixedPage
	Get
Visual C++
protected:
property FixedPage^ AssociatedPage {
	FixedPage^ get ();
}

Field Value

The associated fixed page.

See Also