Class | Description | |
---|---|---|
![]() | BaseRenderer | Represents the partial (abstract) implementation of the IRenderer interface for a base renderer control. |
![]() | ButtonRenderer | Represents a renderer control for button cells. |
![]() | CheckBoxRenderer | Represents a renderer control for check box cells. |
![]() | CurrencyFormatter | Represents a formatter control that formats currency values. |
![]() | DefaultRenderer | Represents a default renderer by providing a full (concrete) implementation of the IRenderer interface. |
![]() | HyperLinkRenderer | Represents a renderer control for hyperlink cells. |
![]() | ImageRenderer | Represents a renderer control for image cells. |
![]() | ListBoxRenderer | Represents a renderer control for list box cells. |
![]() | TagCloudItem | Represents an item in the tag cloud. |
![]() | TagCloudRenderer | Represents a renderer control for tag cloud cells. |
Interface | Description | |
---|---|---|
![]() | ICSSClassSupport | Interface that supports the CSS class name for the renderer. |
![]() | IFormatter | Interface that supports formatting cell contents. |
![]() | IRenderer | Interface that supports the renderer controls. |
![]() | IRenderer2 | Interface that supports additional renderer properties and methods. |
Renderers are responsible for painting cells when not in edit mode.