Click or drag to resize

GridItem Class

Helper for an item in a GridView to store values in an array.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class GridItem : IColumnItem

The GridItem type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyTag
Gets or sets a custom value to associate with this item.
Public propertyValues
Gets or sets the values of the row.
Top
Methods
  NameDescription
Public methodGetValue
Gets the value from this item for the specified column/index
Public methodSetValue
Sets the value of this object for the specified column/index
Top
Remarks
This should only be used when you don't have your own class to represent each row. You can use the ColumnBindingT to bind to an indexed value in this item.
See Also