GridView Class |
Namespace: Eto.Forms
The GridView type exposes the following members.
Name | Description | |
---|---|---|
GridView |
Initializes a new instance of the GridView class.
| |
GridView(GridViewIHandler) |
Initializes a new instance of the GridView class with the specified handler.
|
Name | Description | |
---|---|---|
CanDeleteItem |
A delegate that returns true if an item can be deleted
Currently supported on iOS only.
| |
ContextMenu |
Gets or sets the context menu when right clicking or pressing the menu button on the control.
| |
DataStore |
The data store for the grid.
| |
DeleteConfirmationTitle |
The text to display in a Delete item button.
Currently supported on iOS only.
| |
DeleteItemHandler |
A delegate method to delete an item in response to a user's
request. The method should return true after deleting the
item, or false to indicate the item could not be deleted.
Currently supported on iOS only.
| |
SelectedItems |
Gets an enumeration of the currently selected items
(Overrides GridSelectedItems.) | |
SelectionPreserver |
Gets a new selection preserver instance for the grid.
| |
ShowCellBorders | Obsolete.
Gets or sets a value indicating whether to show a border around each cell.
|
Name | Description | |
---|---|---|
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides GridGetCallback.) | |
GetCellAt |
Gets the node at a specified location from the origin of the control
| |
GetDragInfo |
Gets the grid drag info for the specified DragEventArgs.
| |
ReloadData(IEnumerableInt32) |
Reloads the data at the specified rows.
| |
ReloadData(Int32) |
Reloads the data at the specified row.
| |
ReloadData(RangeInt32) |
Reloads the data at the specified range of rows.
|