[]
Represents a renderer control for image cells.
public class ImageRenderer : DefaultRenderer, IEnhancedRenderer, IRenderer
Public Class ImageRenderer
Inherits DefaultRenderer
Implements IEnhancedRenderer, IRenderer
Name | Description |
---|---|
ImageRenderer() | Creates a new image cell renderer control. |
ImageRenderer(string) | Creates an image cell renderer control with the specified picture. |
ImageRenderer(string, bool) | Creates an image cell renderer control with the specified picture and text alignment. |
Name | Description |
---|---|
AlternateText | Gets or sets the alternate text for the image cell. |
ImageAlign | Gets or sets the image alignment. |
ImageUrl | Gets or sets the path and file name of the picture to display in the image cell. |
TextOnRight | Gets or sets whether text in an image cell is aligned to the right side of the picture. |
Name | Description |
---|---|
CreateContent(TableCell, Appearance, object, bool) | Creates the content to render. |