Skip to main content
A newer version of this page is available. .

TreeList.MakeNodeVisible(TreeListNode) Method

Makes visible the TreeListNode specified via the parameter.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

public virtual int MakeNodeVisible(
    TreeListNode node
)

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