Click or drag to resize

GridViewT Class

Grid view with a data store of a specific type
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class GridView<T> : GridView, ISelectableControl<T>, 
	ISelectable<T>
where T : class

Type Parameters

T
Type of the objects in the grid view's data store

The GridViewT type exposes the following members.

Constructors
  NameDescription
Public methodGridViewT
Initializes a new instance of the GridViewT class
Top
Properties
  NameDescription
Public propertyDataStore
The data store for the grid.
Public propertySelectedItem
If there is exactly one selected item, returns it, otherwise returns null.
Public propertySelectedItemBinding
Gets a binding object to bind to the SelectedItem property.
Public propertySelectedItems
Gets an enumeration of the currently selected items
Top
See Also