TreeListNode.Focus() Method
In This Article
Sets focus to the current node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Remarks
If the current node isn’t visible onscreen, the Focus method calls the TreeListNode.MakeVisible method. Once the node is displayed onscreen, the Focus method sets focus to it. To learn more, see Focused Node.
See Also