Click or drag to resize

GridColumnIHandlerDataCell Property

Gets or sets the cell for the content of the column.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Cell DataCell { get; set; }

Property Value

Type: Cell
The column data cell.
See Also