ASPxClientTreeList.FocusEditor(column) Method
Moves focus to the specified editor within the edited node.
Declaration
FocusEditor(
column: ASPxClientTreeListColumn | number | string
): void
Parameters
Name | Type |
---|---|
column | string | number | ASPxClientTreeListColumn |
Remarks
The FocusEditor method can be used only when the ASPxTreeList is switched to edit mode.
See Also