Click or drag to resize

GridIHandler Interface

Handler interface for the Grid control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ControlIHandler, 
	WidgetIHandler

The GridIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAllowColumnReordering
Gets or sets a value indicating whether the user can re-order columns
Public propertyAllowEmptySelection
Gets or sets a value indicating that the user can clear the selection.
Public propertyAllowMultipleSelection
Gets or sets a value indicating whether the user can select multiple rows
Public propertyBorder
Gets or sets the border type
Public propertyGridLines
Gets or sets the style of grid lines to show between columns and rows
Public propertyIsEditing
Gets a value indicating that the current cell is in edit mode.
Public propertyRowHeight
Gets or sets the height for each row in the grid
Public propertySelectedRows
Gets the selected rows indexes
Public propertyShowHeader
Gets or sets a value indicating that the header should be shown
Top
Methods
  NameDescription
Public methodBeginEdit
Begin to edit one cell
Public methodCancelEdit
Cancels the current edit operation and reverts the cell value to the value in the model.
Public methodCommitEdit
Commits a current edit operation and sets the current value to the model.
Public methodScrollToRow
Scrolls to show the specified row in the view
Public methodSelectAll
Selects all rows
Public methodSelectRow
Selects the row to the specified row, clearing other selections
Public methodUnselectAll
Clears the selection
Public methodUnselectRow
Unselects the specified row
Top
See Also