TreeListNode.MakeVisible() Method
Makes the node visible within the page.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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