Click or drag to resize

TreeViewIHandler Interface

Handler interface for TreeView

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

The TreeViewIHandler type exposes the following members.

Properties
  NameDescription
Public propertyDataStore
Gets or sets the data store.
Public propertyLabelEdit
Gets or sets a value indicating whether users can edit the labels of items
Public propertySelectedItem
Gets or sets the selected item.
Public propertyTextColor
Gets or sets the color of the text for all nodes.
Top
Methods
  NameDescription
Public methodGetNodeAt
Gets the node at a specified point from the origin of the control
Public methodRefreshData
Refreshes the data, keeping the selection
Public methodRefreshItem
Refreshes the specified item and all its children, keeping the selection if not part of the refreshed nodes
Top
See Also