Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StyleInfo Class / Renderer Property
Example


In This Topic
    Renderer Property (StyleInfo)
    In This Topic
    Gets or sets the renderer of the cell for the style.
    Syntax
    'Declaration
     
    
    Public Overridable Property Renderer As IRenderer
    'Usage
     
    
    Dim instance As StyleInfo
    Dim value As IRenderer
     
    instance.Renderer = value
     
    value = instance.Renderer
    public virtual IRenderer Renderer {get; set;}

    Property Value

    IRenderer object containing the renderer for cells of this style
    Remarks

    This property is available at run time only.

    The setting for this property can be overridden if a named style is assigned to the cell using the StyleName property, and that named style sets the renderer to use.

    Example
    This example returns the renderer for the style.
    See Also