FlexPivot for WinForms
DrawModeEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : DrawModeEnum 列挙体
Specifies whether cells should be drawn entirely by the grid or with help from custom drawing code.
シンタックス
'宣言
 
Public Enum DrawModeEnum 
   Inherits System.Enum
public enum DrawModeEnum : System.Enum 
メンバ
メンバ解説
NormalGrid cells are drawn by the grid.
OwnerDrawThe grid fires the C1FlexGridBase.OwnerDrawCell event to allow custom cell drawing.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間