[]
Represents the partial (abstract) implementation of the IRenderer interface for a base renderer control.
public abstract class BaseRenderer : IEnhancedRenderer, IRenderer
Public MustInherit Class BaseRenderer
Implements IEnhancedRenderer, IRenderer
Name | Description |
---|---|
BaseRenderer() |
Name | Description |
---|---|
ExtraRendererSettings | Gets the conditional formatting settings. |
RendererClientScriptUrl | Gets the URL of the renderer control if the renderer control supports client-side scripting. |
Name | Description |
---|---|
ApplyStyleTo(TableCell, Appearance, Inset, bool) | Applies an appearance to the TableCell object. |
GetSpread(Control) | Returns the FpSpread control. |
PaintCell(string, TableCell, Appearance, Inset, object, bool) | Gets the renderer control and renders it in the cell. |