TreeList.MakeNodeVisible(TreeListNode) Method
Makes visible the TreeListNode specified via the parameter.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| node | TreeListNode | The TreeListNode to make visible. |
Returns
| Type | Description |
|---|---|
| Int32 | The found node’s index among visible TreeList nodes. |
Remarks
This method expands TreeList nodes until a specific TreeListNode is displayed.
See Also