| C1.Win.C1List.4 Assembly > C1.Win.C1List.Styles Namespace : DrawCellFlags Enumeration |
'Declaration Public Enum DrawCellFlags Inherits System.Enum
public enum DrawCellFlags : System.Enum
| Member | 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. |
This enumeration is used when rendering owner-drawn cells.
System.Object
System.ValueType
System.Enum
C1.Win.C1List.Styles.DrawCellFlags