This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the GxTreeView.
Name | Description | |
---|---|---|
BeginRename | Starts a rename operation on the current selection. | |
EnsureVisible | Ensures that the current selection is visible, scrolling/expanding if necessary. | |
ExpandSelection | Instructs the tree view to expand the current selection. |
Classes | Description |
---|---|
GxTreeView | GxView that represents the tree view. |
The IGxTreeView interface is implemented only by the GxTreeView object and provides the ability to manipulate the select object in tree view. Through this interface the developer can begin a rename process, ensure the visibility of the object, or expand the node in the tree view.