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

TreeListNode.MakeVisible() Method

Makes the node visible within the page.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public void MakeVisible()

Remarks

The MakeVisible method expands all parent nodes that hold the current node, to display it within the page. If the current node is displayed on another page, the MakeVisible method activates this page. Note, the MakeVisible method doesn’t scroll the tree list’s client view to display the required node onscreen.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MakeVisible() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also