Click or drag to resize

GridCellFormatEventArgs Class

Event arguments to format a cell in a Grid
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Eto.FormsGridCellFormatEventArgs

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract class GridCellFormatEventArgs : EventArgs

The GridCellFormatEventArgs type exposes the following members.

Constructors
  NameDescription
Protected methodGridCellFormatEventArgs
Initializes a new instance of the GridCellFormatEventArgs class.
Top
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