Moves a visual from its current Page to a new
page.
Namespace: Spotfire.Dxp.ApplicationAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- visualPanel
- Type: Spotfire.Dxp.Application Visual
The visual to move.
- page
- Type: Spotfire.Dxp.Application Page
The page to move the visual to.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | if visualPanel or page is null. |
System ArgumentException | if either visualPanel or page are not part of the current document. |
Version Information
See Also