FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridRenderer Class
Members

In This Topic
    C1FlexGridRenderer Class
    In This Topic
    Represents an abstract base class for custom grid renderers.
    Object Model
    C1FlexGridRenderer Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1FlexGridRenderer 
    public abstract class C1FlexGridRenderer 
    Remarks
    To create custom grid renderers, inherit from this class, override the appropriate virtual methods and properties, and assign an instance of your class to the grid's C1FlexGridBase.Renderer property.
    Inheritance Hierarchy

    System.Object
       C1.Win.C1FlexGrid.C1FlexGridRenderer
          C1.Win.C1FlexGrid.GridRendererOffice2007
          C1.Win.C1FlexGrid.GridRendererSystem

    See Also