Panel Class TIBCO Spotfire 6.0 API Reference
Base class for panels placed at the sides or at the bottom of the application.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application Panel
        Spotfire.Dxp.Application BookmarkPanel
        Spotfire.Dxp.Application.Collaboration CollaborationPanel
        Spotfire.Dxp.Application DetailsOnDemandPanel
        Spotfire.Dxp.Application.Extension CustomPanel
        Spotfire.Dxp.Application.Filters FilterPanel
        Spotfire.Dxp.Application TagPanel

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

[SerializableAttribute]
[PersistenceVersionAttribute(9, 0)]
public abstract class Panel : DocumentNode
Remarks

See the CustomPanel class for creating custom panels.
See Also