Click or drag to resize

GridCellFormatEventArgsColumn Property

Gets the column to format

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public GridColumn Column { get; }

Property Value

Type: GridColumn
The column to format
See Also