[]
Represents a renderer control for check box cells.
public class CheckBoxRenderer : DefaultRenderer, IEnhancedRenderer, IRenderer2, IRenderer
Public Class CheckBoxRenderer
Inherits DefaultRenderer
Implements IEnhancedRenderer, IRenderer2, IRenderer
| Name | Description |
|---|---|
| CheckBoxRenderer() | Creates a new check box cell renderer control. |
| CheckBoxRenderer(string, string) | Creates a check box cell renderer control with the specified pictures to display for selected and cleared states of the check box. |
| Name | Description |
|---|---|
| CheckedImageUrl | Gets or sets the image to display when the check box is selected. |
| UncheckedImageUrl | Gets or sets the image to display when the check box is cleared. |
| Name | Description |
|---|---|
| CreateContent(TableCell, Appearance, object, bool) | Creates the check box cell renderer control. |