Click or drag to resize

GridCellFormatEventArgs Constructor

Initializes a new instance of the GridCellFormatEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected GridCellFormatEventArgs(
	GridColumn column,
	Object item,
	int row
)

Parameters

column
Type: Eto.FormsGridColumn
Column to format
item
Type: SystemObject
Item for the row being formatted
row
Type: SystemInt32
Row number being formatted
See Also