Gets or sets the 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 FixedPage FixedPage { get; set; } |
| Visual Basic |
|---|
Public Property FixedPage As FixedPage Get Set |
| Visual C++ |
|---|
public: property FixedPage^ FixedPage { FixedPage^ get (); void set (FixedPage^ value); } |