GridColumnDataCell 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 public Cell DataCell { get; set; }
Public Property DataCell As Cell
Get
Set
member DataCell : Cell with get, set
Property Value
Type:
CellThe column data cell.
See Also