GridIHandler Interface |
Namespace: Eto.Forms
The GridIHandler type exposes the following members.
Name | Description | |
---|---|---|
AllowColumnReordering |
Gets or sets a value indicating whether the user can re-order columns
| |
AllowEmptySelection |
Gets or sets a value indicating that the user can clear the selection.
| |
AllowMultipleSelection |
Gets or sets a value indicating whether the user can select multiple rows
| |
Border |
Gets or sets the border type
| |
GridLines |
Gets or sets the style of grid lines to show between columns and rows
| |
IsEditing |
Gets a value indicating that the current cell is in edit mode.
| |
RowHeight |
Gets or sets the height for each row in the grid
| |
SelectedRows |
Gets the selected rows indexes
| |
ShowHeader |
Gets or sets a value indicating that the header should be shown
|
Name | Description | |
---|---|---|
BeginEdit |
Begin to edit one cell
| |
CancelEdit |
Cancels the current edit operation and reverts the cell value to the value in the model.
| |
CommitEdit |
Commits a current edit operation and sets the current value to the model.
| |
ScrollToRow |
Scrolls to show the specified row in the view
| |
SelectAll |
Selects all rows
| |
SelectRow |
Selects the row to the specified row, clearing other selections
| |
UnselectAll |
Clears the selection
| |
UnselectRow |
Unselects the specified row |