Click or drag to resize

TreeGridView Methods

The TreeGridView type exposes the following members.

Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides GridGetCallback.)
Public methodGetCellAt
Gets the node at a specified location from the origin of the control
Public methodGetDragInfo
Gets the tree grid drag info for the specified DragEventArgs.
Protected methodOnActivated
Raises the Activated event.
Protected methodOnCollapsed
Raises the Collapsed event.
Protected methodOnCollapsing
Raises the Collapsing event.
Protected methodOnExpanded
Raises the Expanded event.
Protected methodOnExpanding
Raises the Expanding event.
Protected methodOnSelectedItemChanged
Raises the SelectedItemChanged event.
Public methodReloadData
Refreshes the data, keeping the selection
Public methodReloadItem(ITreeGridItem)
Refreshes the specified item and all its children, keeping the selection if not part of the refreshed nodes
Public methodReloadItem(ITreeGridItem, Boolean)
Refreshes the specified item and optionally all of its children, keeping the selection if not part of the refreshed nodes
Top
See Also