Click or drag to resize

ITreeItemT Interface

Base tree item interface

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ITreeItem<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.ITreeItem`1"]

The ITreeItemT type exposes the following members.

Properties
  NameDescription
Public propertyExpandable
Gets a value indicating whether this ITreeItemT is expandable.
Public propertyExpanded
Gets or sets a value indicating whether this ITreeItemT is expanded.
Public propertyParent
Gets or sets the parent of this item.
Top
See Also