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 DataCell As Cell
Get
Set
abstract DataCell : Cell with get, set
Property Value
Type:
CellThe column data cell.
See Also