GridCellFormatEventArgs Class |
Namespace: Eto.Forms
The GridCellFormatEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| GridCellFormatEventArgs |
Initializes a new instance of the GridCellFormatEventArgs class.
|
| 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
|