Override this method to create a renderer.
Called if SupportsCreateRendererCore returns true.
Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
protected virtual TRenderer CreateRendererCore()
Return Value
Type: TRendererA renderer.
Exceptions
| Exception | Condition |
|---|---|
| NotImplementedException | Thrown if this method has not been overridden or this method is called by the sub class. |
Remarks
Version Information
See Also