[]
Specifies whether cells should be drawn entirely by the grid or with help from custom drawing code.
public enum DrawModeEnum
Name | Description |
---|---|
Normal | Grid cells are drawn by the grid. |
OwnerDraw | The grid fires the OwnerDrawCell event to allow custom cell drawing. |