TokenEdit.ActivateTextEditor() Method
Focuses this TokenEdit‘s text box.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
ActivateTextEditor and TokenEdit.CloseTextEditor methods manually activate or deactivate the TokenEdit‘s text box. To check whether this text box is currently active, use the TokenEdit.IsTextEditorActive property.
See Also