GridColumnCollection Class |
Column collection for the
Grid
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic class GridColumnCollection : ObservableCollection<GridColumn>
Public Class GridColumnCollection
Inherits ObservableCollection(Of GridColumn)
type GridColumnCollection =
class
inherit ObservableCollection<GridColumn>
end
The GridColumnCollection type exposes the following members.
Constructors
See Also