[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.DrawModeEnum

DrawModeEnum Enum

Specifies whether cells should be drawn entirely by the grid or with help from custom drawing code.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public enum DrawModeEnum

Fields

Name Description
Normal

Grid cells are drawn by the grid.

OwnerDraw

The grid fires the OwnerDrawCell event to allow custom cell drawing.