FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / Renderer Property

In This Topic
    Renderer Property (C1FlexGrid)
    In This Topic
    Gets or sets a C1FlexGridRenderer used to customize the look and feel of the control.
    Syntax
    'Declaration
     
    
    Public Property Renderer As C1FlexGridRenderer
    public C1FlexGridRenderer Renderer {get; set;}
    See Also