Page ActiveVisualReference Property TIBCO Spotfire 6.0 API Reference
Gets or sets the active Visual. That is, the active Visual of the active Page, if there is any. May return null.

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

public Visual ActiveVisualReference { get; set; }

Property Value

Type: Visual
The active Visual; otherwise null.
See Also