| GridCellFormatEventArgs Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eto.Forms
 Syntax
SyntaxThe GridCellFormatEventArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GridCellFormatEventArgs | 
            Initializes a new instance of the GridCellFormatEventArgs class.
             | 
 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