Keeps the state and visual model for a custom visual web control.
The state is used to preserve data related to layout and rendering of
a web control, which is important for web controls since they are disposed
after they have been rendered. Typically, this can be used to implement
more efficient tooltips.
The state is cleared when the model must be re-rendered,
that is, when the TVisual's
GetRenderTrigger fires.
Inheritance Hierarchy
Spotfire.Dxp.Application.Extension CustomControlState
Spotfire.Dxp.Application.Extension CustomControlState TVisual
Spotfire.Dxp.Application.Extension VisualControlState TVisual, TValue
Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Type Parameters
- TVisual
- TValue
Version Information
See Also