Click or drag to resize

GridColumnCollection Class

Column collection for the Grid
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionGridColumn
    System.Collections.ObjectModelObservableCollectionGridColumn
      Eto.FormsGridColumnCollection

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