Click or drag to resize

GridColumnCollection Class

Column collection for the Grid
Inheritance Hierarchy
System.Object
  System.Collections.ObjectModel.Collection<GridColumn>
    System.Collections.ObjectModel.ObservableCollection<GridColumn>
      Eto.Forms.GridColumnCollection

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class GridColumnCollection : ObservableCollection<GridColumn>

The GridColumnCollection type exposes the following members.

Constructors
  NameDescription
Public methodGridColumnCollection
Initializes a new instance of the GridColumnCollection class
Top
See Also