Click or drag to resize

TreeGridViewIHandler Interface

Handler interface for the TreeGridView

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

The TreeGridViewIHandler type exposes the following members.

Properties
  NameDescription
Public propertyDataStore
Gets or sets the data store of tree items.
Public propertySelectedItem
Gets or sets the selected item in the tree.
Public propertySelectedItems
Gets an enumeration of the currently selected items
Top
Methods
  NameDescription
Public methodGetCellAt
Gets the item and column of a location in the control.
Public methodGetDragInfo
Gets the tree grid drag info for the specified DragEventArgs.
Public methodReloadData
Refreshes the data, keeping the selection
Public methodReloadItem
Refreshes the specified item and optionally all of its children, keeping the selection if not part of the refreshed nodes
Top
See Also