[]
Specifies which elements of the cell should be drawn by the grid.
[Flags]
public enum DrawCellFlags
This enumeration is used when rendering owner-drawn cells.
Name | Description |
---|---|
All | Draw all cell elements (background, border, and contents). |
Background | Draw the cell background. |
Border | Draw the cell border. |
Content | Draw the cell content (text, images, checkboxes, etc). |
None | Draw nothing. |