ASPxClientTreeList.Focus Method
In This Article
Sets input focus to the ASPxTreeList.
#Declaration
TypeScript
Focus(): void
#Remarks
Note that this method is in effect only if the control’s Keyboard Navigation feature is enabled (that is the ASPxTreeList.KeyboardSupport property is set to True).
See Also