ComponentOne FlexGrid for WinForms
DrawModeEnum Enumeration

C1.Win.C1FlexGrid Namespace : DrawModeEnum Enumeration
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.C1FlexGrid.DrawModeEnum

See Also

Reference

C1.Win.C1FlexGrid Namespace