[]
        
(Showing Draft Content)

C1.Win.FlexGrid.DrawModeEnum

DrawModeEnum Enum

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

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.10.dll
Syntax
public enum DrawModeEnum
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.