GridViewT Class |
Namespace: Eto.Forms
public class GridView<T> : GridView, ISelectableControl<T>, ISelectable<T> where T : class
The GridViewT type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataStore |
The data store for the grid.
|
![]() | SelectedItem |
If there is exactly one selected item, returns it, otherwise returns null.
|
![]() | SelectedItemBinding |
Gets a binding object to bind to the SelectedItem property.
|
![]() | SelectedItems |
Gets an enumeration of the currently selected items
|