Click or drag to resize

GridColumns Property

Gets the collection of columns to display in the grid

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

Property Value

Type: GridColumnCollection
The column collection
See Also