[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.Styles.DrawCellFlags

DrawCellFlags Enum

Specifies which elements of the cell should be drawn by the grid.

Namespace: C1.Win.C1TrueDBGrid.Styles
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
[Flags]
public enum DrawCellFlags
Remarks

This enumeration is used when rendering owner-drawn cells.

Fields

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.