FlexGrid for WinForms
DrawModeEnum Enumeration



Specifies whether cells should be drawn entirely by the grid or with help from custom drawing code.
Syntax
public enum DrawModeEnum : System.Enum 
public enum class DrawModeEnum : public System.Enum 
'Declaration
 
Public Enum DrawModeEnum 
   Inherits System.Enum
 
'Usage
 
Dim instance As DrawModeEnum
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) 2025 GrapeCity, inc. All rights reserved.

Send Feedback