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