Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace
Inheritance Hierarchy
In This Topic
    FarPoint.Web.Spread.Renderer Namespace
    In This Topic
    Provides the base classes and interface for the components used to render cells.
    Classes
     ClassDescription
    ClassRepresents the partial (abstract) implementation of the IRenderer interface for a base renderer control.
    ClassRepresents a renderer control for button cells.
    ClassRepresents a renderer control for check box cells.
    ClassRepresents a formatter control that formats currency values.
    ClassRepresents a default renderer by providing a full (concrete) implementation of the IRenderer interface.
    ClassRepresents a renderer control for hyperlink cells.
    ClassRepresents a renderer control for image cells.
    ClassRepresents a renderer control for list box cells.
    ClassRepresents an item in the tag cloud.
    ClassRepresents a renderer control for tag cloud cells.
    Interfaces
     InterfaceDescription
    InterfaceInterface that supports the CSS class name for the renderer.
    InterfaceInterface that supports the Css class name for the editor.
    InterfaceInterface that supports formatting cell contents.
    InterfaceInterface that supports formatting cell contents.
    InterfaceInterface that defines the methods and properties required by objects used as formatters. Formatters are responsible for formatting chart contents.
    InterfaceInterface that supports the renderer controls.
    InterfaceInterface that supports additional renderer properties and methods.
    Remarks
    Renderers are responsible for painting cells when not in edit mode.
    See Also