| GridCellFormatEventArgs Properties | 
The GridCellFormatEventArgs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BackgroundColor | 
            Gets or sets the background color for the cell
             | 
|  | Column | 
            Gets the column to format
             | 
|  | Font | 
            Gets or sets the font to use for the cell, or null to use the default font
             | 
|  | ForegroundColor | 
            Gets or sets the foreground color for the cell contents
             | 
|  | Item | 
            Gets the item that is associated with the row being formatted
             | 
|  | Row | 
            Gets the row number in the data source
             | 
 See Also
See Also