Click or drag to resize

GridViewIHandler Interface

Handler interface for the GridView.

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

The GridViewIHandler type exposes the following members.

Properties
  NameDescription
Public propertyDataStore
Gets or sets the data store for the items to show in the grid.
Public propertySelectedItems
Gets an enumeration of the currently selected items
Top
Methods
  NameDescription
Public methodGetCellAt
Gets the node at a specified point from the origin of the control
Public methodGetDragInfo
Gets the grid drag info for the specified DragEventArgs.
Public methodReloadData
Reloads the data at the specified rows.
Top
See Also