Skip to main content

TreeListNode.MakeVisible() Method

Makes the node visible within the page.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

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.

See Also