FlexPivot for WinForms
DrawMode プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : DrawMode プロパティ
Gets or sets whether the control should fire the OwnerDrawCell event.
シンタックス
'宣言
 
Public Property DrawMode As DrawModeEnum
public DrawModeEnum DrawMode {get; set;}
解説

If you set this property to DrawModeEnum.OwnerDraw, the grid will fire the OwnerDrawCell event whenever a cell needs to be painted. You can handle the event and customize the way each cell is painted, either by changing the cell contents and style, or by taking over the painting and doing it yourself.

For more details and examples, see the OwnerDrawCell event.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ