FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / DrawModeEnum Enumeration

In This Topic
    DrawModeEnum Enumeration
    In This Topic
    Specifies whether cells should be drawn entirely by the grid or with help from custom drawing code.
    Syntax
    'Declaration
     
    
    Public Enum DrawModeEnum 
       Inherits System.Enum
    public enum DrawModeEnum : System.Enum 
    Members
    MemberDescription
    NormalGrid cells are drawn by the grid.
    OwnerDrawThe grid fires the C1FlexGridBase.OwnerDrawCell event to allow custom cell drawing.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexGrid.DrawModeEnum

    See Also