TreeGridView Class |
Namespace: Eto.Forms
The TreeGridView type exposes the following members.
Name | Description | |
---|---|---|
![]() | TreeGridView | Initializes a new instance of the TreeGridView class |
Name | Description | |
---|---|---|
![]() | ContextMenu |
Gets or sets the context menu when right clicking or pressing the menu key on an item.
|
![]() | DataStore |
Gets or sets the data store of tree items.
|
![]() | SelectedItem |
Gets or sets the selected item in the tree.
|
![]() | SelectedItems |
Gets an enumeration of the currently selected items
(Overrides GridSelectedItems.) |
Name | Description | |
---|---|---|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides GridGetCallback.) |
![]() | GetCellAt |
Gets the node at a specified location from the origin of the control
|
![]() | GetDragInfo |
Gets the tree grid drag info for the specified DragEventArgs.
|
![]() | OnActivated |
Raises the Activated event.
|
![]() | OnCollapsed |
Raises the Collapsed event.
|
![]() | OnCollapsing |
Raises the Collapsing event.
|
![]() | OnExpanded |
Raises the Expanded event.
|
![]() | OnExpanding |
Raises the Expanding event.
|
![]() | OnSelectedItemChanged |
Raises the SelectedItemChanged event.
|
![]() | ReloadData |
Refreshes the data, keeping the selection
|
![]() | ReloadItem(ITreeGridItem) |
Refreshes the specified item and all its children, keeping the selection if not part of the refreshed nodes
|
![]() | ReloadItem(ITreeGridItem, Boolean) |
Refreshes the specified item and optionally all of its children, keeping the selection if not part of the refreshed nodes
|
Name | Description | |
---|---|---|
![]() | Activated |
Occurs when the user activates an item by double clicking or pressing enter.
|
![]() | Collapsed |
Occurs after a tree item is collapsed.
|
![]() | Collapsing |
Occurs before a tree item is collapsed.
|
![]() | Expanded |
Occurs after a tree item has been expanded.
|
![]() | Expanding |
Occurs before a tree item is expanded.
|
![]() | SelectedItemChanged |
Occurs when the SelectedItem has changed.
|
Name | Description | |
---|---|---|
![]() ![]() | ActivatedEvent |
Identifier for handlers when attaching the Activated event.
|
![]() ![]() | CollapsedEvent |
Identifier for handlers when attaching the Collapsed event.
|
![]() ![]() | CollapsingEvent |
Identifier for handlers when attaching the Collapsing event.
|
![]() ![]() | ExpandedEvent |
Identifier for handlers when attaching the Expanded event.
|
![]() ![]() | ExpandingEvent |
Identifier for handlers when attaching the Expanding event.
|
![]() ![]() | SelectedItemChangedEvent |
Identifier for handlers when attaching the SelectedItemChanged event.
|