[]
Represents the full (concrete) implementation of the IRenderer interface for a renderer control.
public class DefaultRenderer : BaseRenderer, IEnhancedRenderer, IRenderer
Public Class DefaultRenderer
Inherits BaseRenderer
Implements IEnhancedRenderer, IRenderer
Name | Description |
---|---|
DefaultRenderer() | Initializes a new instance of the DefaultRenderer class. |
Name | Description |
---|---|
AllowWrap | Gets or sets whether text in the cell is displayed on multiple lines. |
Name | Description |
---|---|
CreateContent(TableCell, Appearance, object, bool) | Creates a control to display the value. |
PaintCell(string, TableCell, Appearance, Inset, object, bool) | Gets the renderer control and renders it in the cell. |