Click or drag to resize

GridCellFormatEventArgs Properties

The GridCellFormatEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
Gets or sets the background color for the cell
Public propertyColumn
Gets the column to format
Public propertyFont
Gets or sets the font to use for the cell, or null to use the default font
Public propertyForegroundColor
Gets or sets the foreground color for the cell contents
Public propertyItem
Gets the item that is associated with the row being formatted
Public propertyRow
Gets the row number in the data source
Top
See Also