Page Class TIBCO Spotfire 6.0 API Reference
A page contains visuals and panels.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application Page

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[ToolContextAttribute]
[PersistenceVersionAttribute(12, 0)]
public sealed class Page : DocumentNode
Remarks

The visuals are displayed in the visualization area at the center of the page. The panels are docked to the sides around the visualization area.
See Also