Click or drag to resize
DrawGridItemEventArgs Properties

The DrawGridItemEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCol
Gets or sets the column index of the cell being drawn.
Public propertyGraphics
Gets or sets the Graphics object that draws the item.
Public propertyRow
Gets or sets the row index of the cell being drawn.
Public propertyStyle
Gets or sets the style of the cell being drawn.
Public propertyWindowRect
Gets or sets the bounding rectangle of the cell being drawn.
Top
See Also