True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / Renderer Property

In This Topic
    Renderer Property (Frame)
    In This Topic
    Gets or sets the renderer used to render visual styles.
    Syntax
    'Declaration
     
    Public Property Renderer As GridRenderer
    public GridRenderer Renderer {get; set;}

    Property Value

    The renderer.
    See Also